Lines Matching refs:xv

52 	struct ocfs2_xattr_value_root	xv;  member
87 .xv.xr_list.l_count = cpu_to_le16(1),
299 struct ocfs2_xattr_value_root **xv,
1105 struct ocfs2_xattr_value_root *xv, in ocfs2_xattr_get_value_outside() argument
1116 el = &xv->xr_list; in ocfs2_xattr_get_value_outside()
1117 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_xattr_get_value_outside()
1165 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_ibody_get() local
1190 xv = (struct ocfs2_xattr_value_root *) in ocfs2_xattr_ibody_get()
1194 ret = ocfs2_xattr_get_value_outside(inode, xv, in ocfs2_xattr_ibody_get()
1214 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_block_get() local
1264 xv = (struct ocfs2_xattr_value_root *) in ocfs2_xattr_block_get()
1266 ret = ocfs2_xattr_get_value_outside(inode, xv, in ocfs2_xattr_block_get()
1364 struct ocfs2_xattr_value_root *xv = vb->vb_xv; in __ocfs2_xattr_set_value_outside() local
1366 BUG_ON(clusters > le32_to_cpu(xv->xr_clusters)); in __ocfs2_xattr_set_value_outside()
1370 &num_clusters, &xv->xr_list, in __ocfs2_xattr_set_value_outside()
2324 struct ocfs2_xattr_value_root *xv, in ocfs2_lock_xattr_remove_allocators() argument
2337 &xv->xr_list, in ocfs2_lock_xattr_remove_allocators()
2348 ref_root_bh, xv, in ocfs2_lock_xattr_remove_allocators()
3051 struct ocfs2_xattr_value_root *xv = NULL; in ocfs2_calc_xattr_set_need() local
3073 &def_xv.xv.xr_list); in ocfs2_calc_xattr_set_need()
3138 &def_xv.xv.xr_list); in ocfs2_calc_xattr_set_need()
3150 xv = (struct ocfs2_xattr_value_root *) in ocfs2_calc_xattr_set_need()
3154 xv = &def_xv.xv; in ocfs2_calc_xattr_set_need()
3160 meta_add += ocfs2_extend_meta_needed(&xv->xr_list); in ocfs2_calc_xattr_set_need()
3163 &xv->xr_list); in ocfs2_calc_xattr_set_need()
3230 struct ocfs2_extent_list *el = &def_xv.xv.xr_list; in ocfs2_calc_xattr_set_need()
5658 struct ocfs2_xattr_value_root *xv; in ocfs2_delete_xattr_in_bucket() local
5670 i, &xv, NULL); in ocfs2_delete_xattr_in_bucket()
5676 ret = ocfs2_lock_xattr_remove_allocators(inode, xv, in ocfs2_delete_xattr_in_bucket()
5883 struct ocfs2_xattr_value_root *xv, in ocfs2_xattr_value_attach_refcount() argument
5891 u32 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_xattr_value_attach_refcount()
5893 struct ocfs2_extent_list *el = &xv->xr_list; in ocfs2_xattr_value_attach_refcount()
5939 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_attach_refcount_normal() local
5949 xv = (struct ocfs2_xattr_value_root *)((void *)header + in ocfs2_xattr_attach_refcount_normal()
5953 vb->vb_xv = xv; in ocfs2_xattr_attach_refcount_normal()
5956 ret = ocfs2_xattr_value_attach_refcount(inode, xv, &et, in ocfs2_xattr_attach_refcount_normal()
5996 struct ocfs2_xattr_value_root **xv, in ocfs2_get_xattr_tree_value_root() argument
6016 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset + in ocfs2_get_xattr_tree_value_root()
6198 struct ocfs2_xattr_value_root **xv,
6216 struct ocfs2_xattr_value_root *xv; in ocfs2_value_metas_in_xattr_header() local
6224 ret = func(sb, bh, xh, i, &xv, NULL, para); in ocfs2_value_metas_in_xattr_header()
6230 *metas += le16_to_cpu(xv->xr_list.l_tree_depth) * in ocfs2_value_metas_in_xattr_header()
6231 le16_to_cpu(xv->xr_list.l_next_free_rec); in ocfs2_value_metas_in_xattr_header()
6234 &def_xv.xv.xr_list); in ocfs2_value_metas_in_xattr_header()
6240 if (!xv->xr_list.l_tree_depth) in ocfs2_value_metas_in_xattr_header()
6241 *num_recs += le16_to_cpu(xv->xr_list.l_next_free_rec); in ocfs2_value_metas_in_xattr_header()
6255 struct ocfs2_xattr_value_root **xv, in ocfs2_get_xattr_value_root() argument
6261 *xv = (struct ocfs2_xattr_value_root *)((void *)xh + in ocfs2_get_xattr_value_root()
6346 struct ocfs2_xattr_value_root *xv, *new_xv; in ocfs2_reflink_xattr_header() local
6380 ret = func(sb, old_bh, xh, i, &xv, NULL, para); in ocfs2_reflink_xattr_header()
6402 if (xv->xr_list.l_tree_depth) { in ocfs2_reflink_xattr_header()
6410 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_reflink_xattr_header()
6417 &xv->xr_list, in ocfs2_reflink_xattr_header()
6426 if (xv->xr_list.l_tree_depth) { in ocfs2_reflink_xattr_header()
6670 struct ocfs2_xattr_value_root **xv, in ocfs2_get_reflink_xattr_value_root() argument
6684 xv, ret_bh); in ocfs2_get_reflink_xattr_value_root()
6697 struct ocfs2_xattr_value_root **xv, in ocfs2_value_tree_metas_in_bucket() argument
6705 xv, ret_bh); in ocfs2_value_tree_metas_in_bucket()