Searched refs:b_private (Results 1 – 17 of 17) sorted by relevance
174 bh->b_private = bd; in gfs2_alloc_bufdata()204 bd = bh->b_private; in gfs2_trans_add_data()208 if (bh->b_private == NULL) in gfs2_trans_add_data()211 bd = bh->b_private; in gfs2_trans_add_data()244 bd = bh->b_private; in gfs2_trans_add_meta()249 if (bh->b_private == NULL) in gfs2_trans_add_meta()252 bd = bh->b_private; in gfs2_trans_add_meta()
657 bd = bh->b_private; in gfs2_discard()741 bd = bh->b_private; in gfs2_releasepage()751 bd = bh->b_private; in gfs2_releasepage()755 bh->b_private = NULL; in gfs2_releasepage()
340 struct gfs2_bufdata *bd = bh->b_private; in gfs2_remove_from_journal()360 bh->b_private = NULL; in gfs2_remove_from_journal()
53 bd = bh->b_private; in gfs2_pin()105 struct gfs2_bufdata *bd = bh->b_private; in gfs2_unpin()
773 bh->b_private = NULL; in gfs2_add_revoke()
179 if ((!list_empty(&bh->b_assoc_buffers) || bh->b_private) && bh->b_page) { in reiserfs_unmap_buffer()
731 jh = bh->b_private; in reiserfs_free_jh()733 bh->b_private = NULL; in reiserfs_free_jh()749 if (bh->b_private) { in __add_jh()751 if (!bh->b_private) { in __add_jh()755 jh = bh->b_private; in __add_jh()766 BUG_ON(bh->b_private); in __add_jh()768 bh->b_private = jh; in __add_jh()
3121 struct reiserfs_jh *jh = bh->b_private; in invalidatepage_can_drop()3142 if (ret && bh->b_private) { in invalidatepage_can_drop()3236 if (bh->b_private) { in reiserfs_releasepage()
71 void *b_private; /* reserved for b_end_io */ member
348 return bh->b_private; in bh2jh()
454 new_bh->b_private = bh_in; in jbd2_journal_write_metadata_buffer()2945 bh->b_private = jh; in jbd2_journal_add_journal_head()2954 return bh->b_private; in jbd2_journal_add_journal_head()2987 bh->b_private = NULL; in __journal_remove_journal_head()
34 struct buffer_head *orig_bh = bh->b_private; in journal_end_buffer_io_sync()
1179 jh = READ_ONCE(bh->b_private); in jbd2_write_access_granted()
2092 if (bh->b_private) in ocfs2_dio_alloc_write_ctx()2093 return bh->b_private; in ocfs2_dio_alloc_write_ctx()2102 bh->b_private = dwc; in ocfs2_dio_alloc_write_ctx()
673 dio->private = map_bh->b_private; in get_more_blocks()
905 bh->b_private = NULL; in init_page_buffers()
319 struct bitmap *bitmap = bh->b_private; in end_bitmap_write()393 bh->b_private = bitmap; in read_page()
Completed in 53 milliseconds