Home
last modified time | relevance | path

Searched refs:vb_bh (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dxattr.h80 struct buffer_head *vb_bh; member
Dxattr.c725 status = vb->vb_access(handle, INODE_CACHE(inode), vb->vb_bh, in ocfs2_xattr_extend_allocation()
747 ocfs2_journal_dirty(handle, vb->vb_bh); in ocfs2_xattr_extend_allocation()
786 ret = vb->vb_access(handle, INODE_CACHE(inode), vb->vb_bh, in __ocfs2_remove_xattr_range()
801 ocfs2_journal_dirty(handle, vb->vb_bh); in __ocfs2_remove_xattr_range()
1692 vb->vb_bh = bh; in ocfs2_xa_block_fill_value_buf()
1885 vb->vb_bh = bucket->bu_bhs[block_offset]; in ocfs2_xa_bucket_fill_value_buf()
2439 .vb_bh = di_bh, in ocfs2_xattr_ibody_remove()
2466 .vb_bh = blk_bh, in ocfs2_xattr_block_remove()
5389 vb.vb_bh = bucket->bu_bhs[value_blk]; in ocfs2_xattr_bucket_value_truncate()
5390 BUG_ON(!vb.vb_bh); in ocfs2_xattr_bucket_value_truncate()
[all …]
Dalloc.c487 __ocfs2_init_extent_tree(et, ci, vb->vb_bh, vb->vb_access, vb, in ocfs2_init_xattr_value_extent_tree()