Lines Matching refs:xattr_bh

119 	struct buffer_head *xattr_bh;  member
1237 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_get()
1278 brelse(xs->xattr_bh); in ocfs2_xattr_block_get()
1279 xs->xattr_bh = NULL; in ocfs2_xattr_block_get()
2696 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find()
2835 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2851 xs->xattr_bh = NULL; in ocfs2_xattr_block_find()
2964 if (!xs->xattr_bh) { in ocfs2_xattr_block_set()
2972 xs->xattr_bh = new_bh; in ocfs2_xattr_block_set()
2973 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2979 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2982 ocfs2_init_xattr_block_xa_loc(&loc, inode, xs->xattr_bh, in ocfs2_xattr_block_set()
3087 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3184 if (!xbs->xattr_bh) { in ocfs2_calc_xattr_set_need()
3195 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3354 if (di->i_xattr_loc && !xbs->xattr_bh) { in __ocfs2_xattr_set_handle()
3516 brelse(xbs.xattr_bh); in ocfs2_xattr_set_handle()
3676 brelse(xbs.xattr_bh); in ocfs2_xattr_set()
4274 struct buffer_head *xb_bh = xs->xattr_bh; in ocfs2_xattr_create_index_block()
5614 xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5630 ret = ocfs2_xattr_index_block_find(inode, xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5784 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_prepare_refcount_xattr()
5814 vb.vb_bh = xbs->xattr_bh; in ocfs2_prepare_refcount_xattr()