Lines Matching refs:xattr_bh
133 struct buffer_head *xattr_bh; member
1224 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_get()
1265 brelse(xs->xattr_bh); in ocfs2_xattr_block_get()
1266 xs->xattr_bh = NULL; in ocfs2_xattr_block_get()
2683 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find()
2822 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2838 xs->xattr_bh = NULL; in ocfs2_xattr_block_find()
2951 if (!xs->xattr_bh) { in ocfs2_xattr_block_set()
2959 xs->xattr_bh = new_bh; in ocfs2_xattr_block_set()
2960 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2966 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2969 ocfs2_init_xattr_block_xa_loc(&loc, inode, xs->xattr_bh, in ocfs2_xattr_block_set()
3074 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3171 if (!xbs->xattr_bh) { in ocfs2_calc_xattr_set_need()
3182 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3341 if (di->i_xattr_loc && !xbs->xattr_bh) { in __ocfs2_xattr_set_handle()
3503 brelse(xbs.xattr_bh); in ocfs2_xattr_set_handle()
3661 brelse(xbs.xattr_bh); in ocfs2_xattr_set()
4275 struct buffer_head *xb_bh = xs->xattr_bh; in ocfs2_xattr_create_index_block()
5615 xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5631 ret = ocfs2_xattr_index_block_find(inode, xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5785 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_prepare_refcount_xattr()
5815 vb.vb_bh = xbs->xattr_bh; in ocfs2_prepare_refcount_xattr()