Lines Matching refs:xv
62 struct ocfs2_xattr_value_root xv; member
97 .xv.xr_list.l_count = cpu_to_le16(1),
313 struct ocfs2_xattr_value_root **xv,
1086 struct ocfs2_xattr_value_root *xv, in ocfs2_xattr_get_value_outside() argument
1097 el = &xv->xr_list; in ocfs2_xattr_get_value_outside()
1098 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_xattr_get_value_outside()
1146 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_ibody_get() local
1171 xv = (struct ocfs2_xattr_value_root *) in ocfs2_xattr_ibody_get()
1175 ret = ocfs2_xattr_get_value_outside(inode, xv, in ocfs2_xattr_ibody_get()
1195 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_block_get() local
1245 xv = (struct ocfs2_xattr_value_root *) in ocfs2_xattr_block_get()
1247 ret = ocfs2_xattr_get_value_outside(inode, xv, in ocfs2_xattr_block_get()
1344 struct ocfs2_xattr_value_root *xv = vb->vb_xv; in __ocfs2_xattr_set_value_outside() local
1346 BUG_ON(clusters > le32_to_cpu(xv->xr_clusters)); in __ocfs2_xattr_set_value_outside()
1350 &num_clusters, &xv->xr_list, in __ocfs2_xattr_set_value_outside()
2305 struct ocfs2_xattr_value_root *xv, in ocfs2_lock_xattr_remove_allocators() argument
2318 &xv->xr_list, in ocfs2_lock_xattr_remove_allocators()
2329 ref_root_bh, xv, in ocfs2_lock_xattr_remove_allocators()
3032 struct ocfs2_xattr_value_root *xv = NULL; in ocfs2_calc_xattr_set_need() local
3054 &def_xv.xv.xr_list); in ocfs2_calc_xattr_set_need()
3119 &def_xv.xv.xr_list); in ocfs2_calc_xattr_set_need()
3131 xv = (struct ocfs2_xattr_value_root *) in ocfs2_calc_xattr_set_need()
3135 xv = &def_xv.xv; in ocfs2_calc_xattr_set_need()
3141 meta_add += ocfs2_extend_meta_needed(&xv->xr_list); in ocfs2_calc_xattr_set_need()
3144 &xv->xr_list); in ocfs2_calc_xattr_set_need()
3211 struct ocfs2_extent_list *el = &def_xv.xv.xr_list; in ocfs2_calc_xattr_set_need()
5651 struct ocfs2_xattr_value_root *xv; in ocfs2_delete_xattr_in_bucket() local
5663 i, &xv, NULL); in ocfs2_delete_xattr_in_bucket()
5669 ret = ocfs2_lock_xattr_remove_allocators(inode, xv, in ocfs2_delete_xattr_in_bucket()
5876 struct ocfs2_xattr_value_root *xv, in ocfs2_xattr_value_attach_refcount() argument
5884 u32 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_xattr_value_attach_refcount()
5886 struct ocfs2_extent_list *el = &xv->xr_list; in ocfs2_xattr_value_attach_refcount()
5932 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_attach_refcount_normal() local
5942 xv = (struct ocfs2_xattr_value_root *)((void *)header + in ocfs2_xattr_attach_refcount_normal()
5946 vb->vb_xv = xv; in ocfs2_xattr_attach_refcount_normal()
5949 ret = ocfs2_xattr_value_attach_refcount(inode, xv, &et, in ocfs2_xattr_attach_refcount_normal()
5989 struct ocfs2_xattr_value_root **xv, in ocfs2_get_xattr_tree_value_root() argument
6009 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset + in ocfs2_get_xattr_tree_value_root()
6191 struct ocfs2_xattr_value_root **xv,
6209 struct ocfs2_xattr_value_root *xv; in ocfs2_value_metas_in_xattr_header() local
6217 ret = func(sb, bh, xh, i, &xv, NULL, para); in ocfs2_value_metas_in_xattr_header()
6223 *metas += le16_to_cpu(xv->xr_list.l_tree_depth) * in ocfs2_value_metas_in_xattr_header()
6224 le16_to_cpu(xv->xr_list.l_next_free_rec); in ocfs2_value_metas_in_xattr_header()
6227 &def_xv.xv.xr_list); in ocfs2_value_metas_in_xattr_header()
6233 if (!xv->xr_list.l_tree_depth) in ocfs2_value_metas_in_xattr_header()
6234 *num_recs += le16_to_cpu(xv->xr_list.l_next_free_rec); in ocfs2_value_metas_in_xattr_header()
6248 struct ocfs2_xattr_value_root **xv, in ocfs2_get_xattr_value_root() argument
6254 *xv = (struct ocfs2_xattr_value_root *)((void *)xh + in ocfs2_get_xattr_value_root()
6339 struct ocfs2_xattr_value_root *xv, *new_xv; in ocfs2_reflink_xattr_header() local
6373 ret = func(sb, old_bh, xh, i, &xv, NULL, para); in ocfs2_reflink_xattr_header()
6395 if (xv->xr_list.l_tree_depth) { in ocfs2_reflink_xattr_header()
6403 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_reflink_xattr_header()
6410 &xv->xr_list, in ocfs2_reflink_xattr_header()
6419 if (xv->xr_list.l_tree_depth) { in ocfs2_reflink_xattr_header()
6672 struct ocfs2_xattr_value_root **xv, in ocfs2_get_reflink_xattr_value_root() argument
6686 xv, ret_bh); in ocfs2_get_reflink_xattr_value_root()
6699 struct ocfs2_xattr_value_root **xv, in ocfs2_value_tree_metas_in_bucket() argument
6707 xv, ret_bh); in ocfs2_value_tree_metas_in_bucket()