Searched refs:vb_bh (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/ocfs2/ |
D | xattr.h | 70 struct buffer_head *vb_bh; member
|
D | xattr.c | 711 status = vb->vb_access(handle, INODE_CACHE(inode), vb->vb_bh, in ocfs2_xattr_extend_allocation() 733 ocfs2_journal_dirty(handle, vb->vb_bh); in ocfs2_xattr_extend_allocation() 772 ret = vb->vb_access(handle, INODE_CACHE(inode), vb->vb_bh, in __ocfs2_remove_xattr_range() 787 ocfs2_journal_dirty(handle, vb->vb_bh); in __ocfs2_remove_xattr_range() 1678 vb->vb_bh = bh; in ocfs2_xa_block_fill_value_buf() 1871 vb->vb_bh = bucket->bu_bhs[block_offset]; in ocfs2_xa_bucket_fill_value_buf() 2425 .vb_bh = di_bh, in ocfs2_xattr_ibody_remove() 2452 .vb_bh = blk_bh, in ocfs2_xattr_block_remove() 5375 vb.vb_bh = bucket->bu_bhs[value_blk]; in ocfs2_xattr_bucket_value_truncate() 5376 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()
|