Lines Matching refs:xattr_bh
125 struct buffer_head *xattr_bh; member
1234 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_get()
1275 brelse(xs->xattr_bh); in ocfs2_xattr_block_get()
1276 xs->xattr_bh = NULL; in ocfs2_xattr_block_get()
2694 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find()
2833 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2849 xs->xattr_bh = NULL; in ocfs2_xattr_block_find()
2962 if (!xs->xattr_bh) { in ocfs2_xattr_block_set()
2970 xs->xattr_bh = new_bh; in ocfs2_xattr_block_set()
2971 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2977 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
2980 ocfs2_init_xattr_block_xa_loc(&loc, inode, xs->xattr_bh, in ocfs2_xattr_block_set()
3085 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3182 if (!xbs->xattr_bh) { in ocfs2_calc_xattr_set_need()
3193 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3352 if (di->i_xattr_loc && !xbs->xattr_bh) { in __ocfs2_xattr_set_handle()
3514 brelse(xbs.xattr_bh); in ocfs2_xattr_set_handle()
3674 brelse(xbs.xattr_bh); in ocfs2_xattr_set()
4281 struct buffer_head *xb_bh = xs->xattr_bh; in ocfs2_xattr_create_index_block()
5621 xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5637 ret = ocfs2_xattr_index_block_find(inode, xs->xattr_bh, in ocfs2_xattr_set_entry_index_block()
5791 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_prepare_refcount_xattr()
5821 vb.vb_bh = xbs->xattr_bh; in ocfs2_prepare_refcount_xattr()