Lines Matching refs:xv
52 struct ocfs2_xattr_value_root xv;
87 .xv.xr_list.l_count = cpu_to_le16(1),
172 * ocfs2_xa_fill_value_buf() will handle the xv pointer.
299 struct ocfs2_xattr_value_root **xv,
1096 struct ocfs2_xattr_value_root *xv,
1107 el = &xv->xr_list;
1108 clusters = le32_to_cpu(xv->xr_clusters);
1156 struct ocfs2_xattr_value_root *xv;
1181 xv = (struct ocfs2_xattr_value_root *)
1185 ret = ocfs2_xattr_get_value_outside(inode, xv,
1205 struct ocfs2_xattr_value_root *xv;
1255 xv = (struct ocfs2_xattr_value_root *)
1257 ret = ocfs2_xattr_get_value_outside(inode, xv,
1355 struct ocfs2_xattr_value_root *xv = vb->vb_xv;
1357 BUG_ON(clusters > le32_to_cpu(xv->xr_clusters));
1361 &num_clusters, &xv->xr_list,
2316 struct ocfs2_xattr_value_root *xv,
2329 &xv->xr_list,
2340 ref_root_bh, xv,
3043 struct ocfs2_xattr_value_root *xv = NULL;
3065 &def_xv.xv.xr_list);
3130 &def_xv.xv.xr_list);
3142 xv = (struct ocfs2_xattr_value_root *)
3146 xv = &def_xv.xv;
3152 meta_add += ocfs2_extend_meta_needed(&xv->xr_list);
3155 &xv->xr_list);
3222 struct ocfs2_extent_list *el = &def_xv.xv.xr_list;
5659 struct ocfs2_xattr_value_root *xv;
5671 i, &xv, NULL);
5677 ret = ocfs2_lock_xattr_remove_allocators(inode, xv,
5884 struct ocfs2_xattr_value_root *xv,
5892 u32 clusters = le32_to_cpu(xv->xr_clusters);
5894 struct ocfs2_extent_list *el = &xv->xr_list;
5940 struct ocfs2_xattr_value_root *xv;
5950 xv = (struct ocfs2_xattr_value_root *)((void *)header +
5954 vb->vb_xv = xv;
5957 ret = ocfs2_xattr_value_attach_refcount(inode, xv, &et,
5997 struct ocfs2_xattr_value_root **xv,
6017 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset +
6192 * return the proper xv and the corresponding bh.
6199 struct ocfs2_xattr_value_root **xv,
6217 struct ocfs2_xattr_value_root *xv;
6225 ret = func(sb, bh, xh, i, &xv, NULL, para);
6231 *metas += le16_to_cpu(xv->xr_list.l_tree_depth) *
6232 le16_to_cpu(xv->xr_list.l_next_free_rec);
6235 &def_xv.xv.xr_list);
6241 if (!xv->xr_list.l_tree_depth)
6242 *num_recs += le16_to_cpu(xv->xr_list.l_next_free_rec);
6251 /* Used by xattr inode and block to return the right xv and buffer_head. */
6256 struct ocfs2_xattr_value_root **xv,
6262 *xv = (struct ocfs2_xattr_value_root *)((void *)xh +
6347 struct ocfs2_xattr_value_root *xv, *new_xv;
6381 ret = func(sb, old_bh, xh, i, &xv, NULL, para);
6403 if (xv->xr_list.l_tree_depth) {
6411 clusters = le32_to_cpu(xv->xr_clusters);
6418 &xv->xr_list,
6427 if (xv->xr_list.l_tree_depth) {
6680 struct ocfs2_xattr_value_root **xv,
6694 xv, ret_bh);
6707 struct ocfs2_xattr_value_root **xv,
6715 xv, ret_bh);