Lines Matching refs:xattr_bh

123 	struct buffer_head *xattr_bh;  member
1232 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_get()
1273 brelse(xs->xattr_bh); in ocfs2_xattr_block_get()
1274 xs->xattr_bh = NULL; in ocfs2_xattr_block_get()
2692 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find()
2831 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2847 xs->xattr_bh = NULL; in ocfs2_xattr_block_find()
2960 if (!xs->xattr_bh) { in ocfs2_xattr_block_set()
2968 xs->xattr_bh = new_bh; in ocfs2_xattr_block_set()
2969 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2975 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2978 ocfs2_init_xattr_block_xa_loc(&loc, inode, xs->xattr_bh, in ocfs2_xattr_block_set()
3083 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3180 if (!xbs->xattr_bh) { in ocfs2_calc_xattr_set_need()
3191 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3350 if (di->i_xattr_loc && !xbs->xattr_bh) { in __ocfs2_xattr_set_handle()
3512 brelse(xbs.xattr_bh); in ocfs2_xattr_set_handle()
3672 brelse(xbs.xattr_bh); in ocfs2_xattr_set()
4279 struct buffer_head *xb_bh = xs->xattr_bh; in ocfs2_xattr_create_index_block()
5619 xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5635 ret = ocfs2_xattr_index_block_find(inode, xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5789 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_prepare_refcount_xattr()
5819 vb.vb_bh = xbs->xattr_bh; in ocfs2_prepare_refcount_xattr()