Lines Matching refs:xv
52 struct ocfs2_xattr_value_root xv; member
87 .xv.xr_list.l_count = cpu_to_le16(1),
303 struct ocfs2_xattr_value_root **xv,
1100 struct ocfs2_xattr_value_root *xv, in ocfs2_xattr_get_value_outside() argument
1111 el = &xv->xr_list; in ocfs2_xattr_get_value_outside()
1112 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_xattr_get_value_outside()
1160 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_ibody_get() local
1185 xv = (struct ocfs2_xattr_value_root *) in ocfs2_xattr_ibody_get()
1189 ret = ocfs2_xattr_get_value_outside(inode, xv, in ocfs2_xattr_ibody_get()
1209 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_block_get() local
1259 xv = (struct ocfs2_xattr_value_root *) in ocfs2_xattr_block_get()
1261 ret = ocfs2_xattr_get_value_outside(inode, xv, in ocfs2_xattr_block_get()
1359 struct ocfs2_xattr_value_root *xv = vb->vb_xv; in __ocfs2_xattr_set_value_outside() local
1361 BUG_ON(clusters > le32_to_cpu(xv->xr_clusters)); in __ocfs2_xattr_set_value_outside()
1365 &num_clusters, &xv->xr_list, in __ocfs2_xattr_set_value_outside()
2320 struct ocfs2_xattr_value_root *xv, in ocfs2_lock_xattr_remove_allocators() argument
2333 &xv->xr_list, in ocfs2_lock_xattr_remove_allocators()
2344 ref_root_bh, xv, in ocfs2_lock_xattr_remove_allocators()
3047 struct ocfs2_xattr_value_root *xv = NULL; in ocfs2_calc_xattr_set_need() local
3069 &def_xv.xv.xr_list); in ocfs2_calc_xattr_set_need()
3134 &def_xv.xv.xr_list); in ocfs2_calc_xattr_set_need()
3146 xv = (struct ocfs2_xattr_value_root *) in ocfs2_calc_xattr_set_need()
3150 xv = &def_xv.xv; in ocfs2_calc_xattr_set_need()
3156 meta_add += ocfs2_extend_meta_needed(&xv->xr_list); in ocfs2_calc_xattr_set_need()
3159 &xv->xr_list); in ocfs2_calc_xattr_set_need()
3226 struct ocfs2_extent_list *el = &def_xv.xv.xr_list; in ocfs2_calc_xattr_set_need()
5663 struct ocfs2_xattr_value_root *xv; in ocfs2_delete_xattr_in_bucket() local
5675 i, &xv, NULL); in ocfs2_delete_xattr_in_bucket()
5681 ret = ocfs2_lock_xattr_remove_allocators(inode, xv, in ocfs2_delete_xattr_in_bucket()
5888 struct ocfs2_xattr_value_root *xv, in ocfs2_xattr_value_attach_refcount() argument
5896 u32 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_xattr_value_attach_refcount()
5898 struct ocfs2_extent_list *el = &xv->xr_list; in ocfs2_xattr_value_attach_refcount()
5944 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_attach_refcount_normal() local
5954 xv = (struct ocfs2_xattr_value_root *)((void *)header + in ocfs2_xattr_attach_refcount_normal()
5958 vb->vb_xv = xv; in ocfs2_xattr_attach_refcount_normal()
5961 ret = ocfs2_xattr_value_attach_refcount(inode, xv, &et, in ocfs2_xattr_attach_refcount_normal()
6001 struct ocfs2_xattr_value_root **xv, in ocfs2_get_xattr_tree_value_root() argument
6021 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset + in ocfs2_get_xattr_tree_value_root()
6203 struct ocfs2_xattr_value_root **xv,
6221 struct ocfs2_xattr_value_root *xv; in ocfs2_value_metas_in_xattr_header() local
6229 ret = func(sb, bh, xh, i, &xv, NULL, para); in ocfs2_value_metas_in_xattr_header()
6235 *metas += le16_to_cpu(xv->xr_list.l_tree_depth) * in ocfs2_value_metas_in_xattr_header()
6236 le16_to_cpu(xv->xr_list.l_next_free_rec); in ocfs2_value_metas_in_xattr_header()
6239 &def_xv.xv.xr_list); in ocfs2_value_metas_in_xattr_header()
6245 if (!xv->xr_list.l_tree_depth) in ocfs2_value_metas_in_xattr_header()
6246 *num_recs += le16_to_cpu(xv->xr_list.l_next_free_rec); in ocfs2_value_metas_in_xattr_header()
6260 struct ocfs2_xattr_value_root **xv, in ocfs2_get_xattr_value_root() argument
6266 *xv = (struct ocfs2_xattr_value_root *)((void *)xh + in ocfs2_get_xattr_value_root()
6351 struct ocfs2_xattr_value_root *xv, *new_xv; in ocfs2_reflink_xattr_header() local
6385 ret = func(sb, old_bh, xh, i, &xv, NULL, para); in ocfs2_reflink_xattr_header()
6407 if (xv->xr_list.l_tree_depth) { in ocfs2_reflink_xattr_header()
6415 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_reflink_xattr_header()
6422 &xv->xr_list, in ocfs2_reflink_xattr_header()
6431 if (xv->xr_list.l_tree_depth) { in ocfs2_reflink_xattr_header()
6684 struct ocfs2_xattr_value_root **xv, in ocfs2_get_reflink_xattr_value_root() argument
6698 xv, ret_bh); in ocfs2_get_reflink_xattr_value_root()
6711 struct ocfs2_xattr_value_root **xv, in ocfs2_value_tree_metas_in_bucket() argument
6719 xv, ret_bh); in ocfs2_value_tree_metas_in_bucket()