Lines Matching refs:xb_attrs
1008 struct ocfs2_xattr_header *header = &xb->xb_attrs.xb_header; in ocfs2_xattr_block_list()
1545 xb_attrs.xb_header))) in ocfs2_xa_block_journal_access()
1674 xb_attrs.xb_header))) in ocfs2_xa_block_fill_value_buf()
2293 loc->xl_header = &(xb->xb_attrs.xb_header); in ocfs2_init_xattr_block_xa_loc()
2296 xb_attrs.xb_header); in ocfs2_init_xattr_block_xa_loc()
2462 struct ocfs2_xattr_header *header = &(xb->xb_attrs.xb_header); in ocfs2_xattr_block_remove()
2831 xs->header = &xb->xb_attrs.xb_header; in ocfs2_xattr_block_find()
2911 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root; in ocfs2_create_xattr_block()
2966 xs->header = &xblk->xb_attrs.xb_header; in ocfs2_xattr_block_set()
3198 &xb->xb_attrs.xb_root.xt_list; in ocfs2_calc_xattr_set_need()
3926 struct ocfs2_xattr_tree_root *xb_root = &xb->xb_attrs.xb_root; in ocfs2_xattr_index_block_find()
4082 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block()
4188 struct ocfs2_xattr_header *xb_xh = &xb->xb_attrs.xb_header; in ocfs2_cp_xattr_block_to_bucket()
4206 off_change = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header); in ocfs2_cp_xattr_block_to_bucket()
4228 offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header); in ocfs2_cp_xattr_block_to_bucket()
4252 struct ocfs2_xattr_header *old_xh = &old_xb->xb_attrs.xb_header; in ocfs2_xattr_update_xattr_search()
4336 memset(&xb->xb_attrs, 0, inode->i_sb->s_blocksize - in ocfs2_xattr_create_index_block()
4337 offsetof(struct ocfs2_xattr_block, xb_attrs)); in ocfs2_xattr_create_index_block()
4339 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block()
5270 struct ocfs2_xattr_tree_root *xb_root = &xb->xb_attrs.xb_root; in ocfs2_add_new_xattr_bucket()
5483 le32_add_cpu(&xb->xb_attrs.xb_root.xt_clusters, -len); in ocfs2_rm_xattr_cluster()
6108 struct ocfs2_xattr_header *header = &xb->xb_attrs.xb_header; in ocfs2_xattr_block_attach_refcount()
6585 int header_off = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header); in ocfs2_reflink_xattr_block()
6588 struct ocfs2_xattr_header *xh = &xb->xb_attrs.xb_header; in ocfs2_reflink_xattr_block()
6591 struct ocfs2_xattr_header *new_xh = &new_xb->xb_attrs.xb_header; in ocfs2_reflink_xattr_block()