Home
last modified time | relevance | path

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

/fs/ocfs2/
Dxattr.h72 struct buffer_head *vb_bh; member
Dxattr.c717 status = vb->vb_access(handle, INODE_CACHE(inode), vb->vb_bh, in ocfs2_xattr_extend_allocation()
739 ocfs2_journal_dirty(handle, vb->vb_bh); in ocfs2_xattr_extend_allocation()
778 ret = vb->vb_access(handle, INODE_CACHE(inode), vb->vb_bh, in __ocfs2_remove_xattr_range()
793 ocfs2_journal_dirty(handle, vb->vb_bh); in __ocfs2_remove_xattr_range()
1684 vb->vb_bh = bh; in ocfs2_xa_block_fill_value_buf()
1877 vb->vb_bh = bucket->bu_bhs[block_offset]; in ocfs2_xa_bucket_fill_value_buf()
2431 .vb_bh = di_bh, in ocfs2_xattr_ibody_remove()
2458 .vb_bh = blk_bh, in ocfs2_xattr_block_remove()
5381 vb.vb_bh = bucket->bu_bhs[value_blk]; in ocfs2_xattr_bucket_value_truncate()
5382 BUG_ON(!vb.vb_bh); in ocfs2_xattr_bucket_value_truncate()
[all …]
Dalloc.c473 __ocfs2_init_extent_tree(et, ci, vb->vb_bh, vb->vb_access, vb, in ocfs2_init_xattr_value_extent_tree()