Home
last modified time | relevance | path

Searched refs:b_private (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.10/fs/gfs2/
Dtrans.c137 bh->b_private = bd; in gfs2_alloc_bufdata()
167 bd = bh->b_private; in gfs2_trans_add_data()
171 if (bh->b_private == NULL) in gfs2_trans_add_data()
174 bd = bh->b_private; in gfs2_trans_add_data()
207 bd = bh->b_private; in gfs2_trans_add_meta()
212 if (bh->b_private == NULL) in gfs2_trans_add_meta()
215 bd = bh->b_private; in gfs2_trans_add_meta()
Daops.c665 bd = bh->b_private; in gfs2_discard()
749 bd = bh->b_private; in gfs2_releasepage()
759 bd = bh->b_private; in gfs2_releasepage()
763 bh->b_private = NULL; in gfs2_releasepage()
Dmeta_io.c334 struct gfs2_bufdata *bd = bh->b_private; in gfs2_remove_from_journal()
354 bh->b_private = NULL; in gfs2_remove_from_journal()
Dlops.c53 bd = bh->b_private; in gfs2_pin()
102 struct gfs2_bufdata *bd = bh->b_private; in gfs2_unpin()
Dlog.c684 bh->b_private = NULL; in gfs2_add_revoke()
/Linux-v5.10/fs/reiserfs/
Dtail_conversion.c179 if ((!list_empty(&bh->b_assoc_buffers) || bh->b_private) && bh->b_page) { in reiserfs_unmap_buffer()
Djournal.c733 jh = bh->b_private; in reiserfs_free_jh()
735 bh->b_private = NULL; in reiserfs_free_jh()
751 if (bh->b_private) { in __add_jh()
753 if (!bh->b_private) { in __add_jh()
757 jh = bh->b_private; in __add_jh()
768 BUG_ON(bh->b_private); in __add_jh()
770 bh->b_private = jh; in __add_jh()
Dinode.c3123 struct reiserfs_jh *jh = bh->b_private; in invalidatepage_can_drop()
3144 if (ret && bh->b_private) { in invalidatepage_can_drop()
3238 if (bh->b_private) { in reiserfs_releasepage()
/Linux-v5.10/include/linux/
Dbuffer_head.h71 void *b_private; /* reserved for b_end_io */ member
Djbd2.h348 return bh->b_private; in bh2jh()
/Linux-v5.10/fs/jbd2/
Djournal.c454 new_bh->b_private = bh_in; in jbd2_journal_write_metadata_buffer()
2770 bh->b_private = jh; in jbd2_journal_add_journal_head()
2779 return bh->b_private; in jbd2_journal_add_journal_head()
2812 bh->b_private = NULL; in __journal_remove_journal_head()
Dcommit.c34 struct buffer_head *orig_bh = bh->b_private; in journal_end_buffer_io_sync()
Dtransaction.c1157 jh = READ_ONCE(bh->b_private); in jbd2_write_access_granted()
/Linux-v5.10/fs/ocfs2/
Daops.c2095 if (bh->b_private) in ocfs2_dio_alloc_write_ctx()
2096 return bh->b_private; in ocfs2_dio_alloc_write_ctx()
2105 bh->b_private = dwc; in ocfs2_dio_alloc_write_ctx()
/Linux-v5.10/fs/
Ddirect-io.c675 dio->private = map_bh->b_private; in get_more_blocks()
Dbuffer.c930 bh->b_private = NULL; in init_page_buffers()
/Linux-v5.10/drivers/md/
Dmd-bitmap.c319 struct bitmap *bitmap = bh->b_private; in end_bitmap_write()
393 bh->b_private = bitmap; in read_page()