Lines Matching refs:xb_attrs
998 struct ocfs2_xattr_header *header = &xb->xb_attrs.xb_header; in ocfs2_xattr_block_list()
1534 xb_attrs.xb_header))) in ocfs2_xa_block_journal_access()
1663 xb_attrs.xb_header))) in ocfs2_xa_block_fill_value_buf()
2282 loc->xl_header = &(xb->xb_attrs.xb_header); in ocfs2_init_xattr_block_xa_loc()
2285 xb_attrs.xb_header); in ocfs2_init_xattr_block_xa_loc()
2451 struct ocfs2_xattr_header *header = &(xb->xb_attrs.xb_header); in ocfs2_xattr_block_remove()
2820 xs->header = &xb->xb_attrs.xb_header; in ocfs2_xattr_block_find()
2900 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root; in ocfs2_create_xattr_block()
2955 xs->header = &xblk->xb_attrs.xb_header; in ocfs2_xattr_block_set()
3187 &xb->xb_attrs.xb_root.xt_list; in ocfs2_calc_xattr_set_need()
3916 struct ocfs2_xattr_tree_root *xb_root = &xb->xb_attrs.xb_root; in ocfs2_xattr_index_block_find()
4074 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block()
4180 struct ocfs2_xattr_header *xb_xh = &xb->xb_attrs.xb_header; in ocfs2_cp_xattr_block_to_bucket()
4198 off_change = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header); in ocfs2_cp_xattr_block_to_bucket()
4220 offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header); in ocfs2_cp_xattr_block_to_bucket()
4244 struct ocfs2_xattr_header *old_xh = &old_xb->xb_attrs.xb_header; in ocfs2_xattr_update_xattr_search()
4328 memset(&xb->xb_attrs, 0, inode->i_sb->s_blocksize - in ocfs2_xattr_create_index_block()
4329 offsetof(struct ocfs2_xattr_block, xb_attrs)); in ocfs2_xattr_create_index_block()
4331 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block()
5262 struct ocfs2_xattr_tree_root *xb_root = &xb->xb_attrs.xb_root; in ocfs2_add_new_xattr_bucket()
5475 le32_add_cpu(&xb->xb_attrs.xb_root.xt_clusters, -len); in ocfs2_rm_xattr_cluster()
6100 struct ocfs2_xattr_header *header = &xb->xb_attrs.xb_header; in ocfs2_xattr_block_attach_refcount()
6577 int header_off = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header); in ocfs2_reflink_xattr_block()
6580 struct ocfs2_xattr_header *xh = &xb->xb_attrs.xb_header; in ocfs2_reflink_xattr_block()
6583 struct ocfs2_xattr_header *new_xh = &new_xb->xb_attrs.xb_header; in ocfs2_reflink_xattr_block()