Lines Matching refs:xattr_bh
133 struct buffer_head *xattr_bh; member
1218 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_get()
1255 brelse(xs->xattr_bh); in ocfs2_xattr_block_get()
1256 xs->xattr_bh = NULL; in ocfs2_xattr_block_get()
2672 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find()
2819 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2835 xs->xattr_bh = NULL; in ocfs2_xattr_block_find()
2942 if (!xs->xattr_bh) { in ocfs2_xattr_block_set()
2950 xs->xattr_bh = new_bh; in ocfs2_xattr_block_set()
2951 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2957 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2960 ocfs2_init_xattr_block_xa_loc(&loc, inode, xs->xattr_bh, in ocfs2_xattr_block_set()
3066 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3166 if (!xbs->xattr_bh) { in ocfs2_calc_xattr_set_need()
3177 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3329 if (di->i_xattr_loc && !xbs->xattr_bh) { in __ocfs2_xattr_set_handle()
3491 brelse(xbs.xattr_bh); in ocfs2_xattr_set_handle()
3647 brelse(xbs.xattr_bh); in ocfs2_xattr_set()
4261 struct buffer_head *xb_bh = xs->xattr_bh; in ocfs2_xattr_create_index_block()
5610 xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5626 ret = ocfs2_xattr_index_block_find(inode, xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5776 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_prepare_refcount_xattr()
5806 vb.vb_bh = xbs->xattr_bh; in ocfs2_prepare_refcount_xattr()