Lines Matching refs:xattr_bh

133 	struct buffer_head *xattr_bh;  member
1242 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_get()
1283 brelse(xs->xattr_bh); in ocfs2_xattr_block_get()
1284 xs->xattr_bh = NULL; in ocfs2_xattr_block_get()
2702 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find()
2841 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2857 xs->xattr_bh = NULL; in ocfs2_xattr_block_find()
2970 if (!xs->xattr_bh) { in ocfs2_xattr_block_set()
2978 xs->xattr_bh = new_bh; in ocfs2_xattr_block_set()
2979 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2985 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2988 ocfs2_init_xattr_block_xa_loc(&loc, inode, xs->xattr_bh, in ocfs2_xattr_block_set()
3093 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3190 if (!xbs->xattr_bh) { in ocfs2_calc_xattr_set_need()
3201 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3360 if (di->i_xattr_loc && !xbs->xattr_bh) { in __ocfs2_xattr_set_handle()
3522 brelse(xbs.xattr_bh); in ocfs2_xattr_set_handle()
3682 brelse(xbs.xattr_bh); in ocfs2_xattr_set()
4292 struct buffer_head *xb_bh = xs->xattr_bh; in ocfs2_xattr_create_index_block()
5632 xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5648 ret = ocfs2_xattr_index_block_find(inode, xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5802 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_prepare_refcount_xattr()
5832 vb.vb_bh = xbs->xattr_bh; in ocfs2_prepare_refcount_xattr()