Searched refs:vb_bh (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/ocfs2/ |
D | xattr.h | 70 struct buffer_head *vb_bh; member
|
D | xattr.c | 715 status = vb->vb_access(handle, INODE_CACHE(inode), vb->vb_bh, in ocfs2_xattr_extend_allocation() 737 ocfs2_journal_dirty(handle, vb->vb_bh); in ocfs2_xattr_extend_allocation() 776 ret = vb->vb_access(handle, INODE_CACHE(inode), vb->vb_bh, in __ocfs2_remove_xattr_range() 791 ocfs2_journal_dirty(handle, vb->vb_bh); in __ocfs2_remove_xattr_range() 1682 vb->vb_bh = bh; in ocfs2_xa_block_fill_value_buf() 1875 vb->vb_bh = bucket->bu_bhs[block_offset]; in ocfs2_xa_bucket_fill_value_buf() 2429 .vb_bh = di_bh, in ocfs2_xattr_ibody_remove() 2456 .vb_bh = blk_bh, in ocfs2_xattr_block_remove() 5379 vb.vb_bh = bucket->bu_bhs[value_blk]; in ocfs2_xattr_bucket_value_truncate() 5380 BUG_ON(!vb.vb_bh); in ocfs2_xattr_bucket_value_truncate() [all …]
|
D | alloc.c | 471 __ocfs2_init_extent_tree(et, ci, vb->vb_bh, vb->vb_access, vb, in ocfs2_init_xattr_value_extent_tree()
|