Lines Matching refs:xv

54 	struct ocfs2_xattr_value_root	xv;
89 .xv.xr_list.l_count = cpu_to_le16(1),
178 * ocfs2_xa_fill_value_buf() will handle the xv pointer.
305 struct ocfs2_xattr_value_root **xv,
1102 struct ocfs2_xattr_value_root *xv,
1113 el = &xv->xr_list;
1114 clusters = le32_to_cpu(xv->xr_clusters);
1162 struct ocfs2_xattr_value_root *xv;
1187 xv = (struct ocfs2_xattr_value_root *)
1191 ret = ocfs2_xattr_get_value_outside(inode, xv,
1211 struct ocfs2_xattr_value_root *xv;
1261 xv = (struct ocfs2_xattr_value_root *)
1263 ret = ocfs2_xattr_get_value_outside(inode, xv,
1361 struct ocfs2_xattr_value_root *xv = vb->vb_xv;
1363 BUG_ON(clusters > le32_to_cpu(xv->xr_clusters));
1367 &num_clusters, &xv->xr_list,
2322 struct ocfs2_xattr_value_root *xv,
2335 &xv->xr_list,
2346 ref_root_bh, xv,
3049 struct ocfs2_xattr_value_root *xv = NULL;
3071 &def_xv.xv.xr_list);
3136 &def_xv.xv.xr_list);
3148 xv = (struct ocfs2_xattr_value_root *)
3152 xv = &def_xv.xv;
3158 meta_add += ocfs2_extend_meta_needed(&xv->xr_list);
3161 &xv->xr_list);
3228 struct ocfs2_extent_list *el = &def_xv.xv.xr_list;
5665 struct ocfs2_xattr_value_root *xv;
5677 i, &xv, NULL);
5683 ret = ocfs2_lock_xattr_remove_allocators(inode, xv,
5890 struct ocfs2_xattr_value_root *xv,
5898 u32 clusters = le32_to_cpu(xv->xr_clusters);
5900 struct ocfs2_extent_list *el = &xv->xr_list;
5946 struct ocfs2_xattr_value_root *xv;
5956 xv = (struct ocfs2_xattr_value_root *)((void *)header +
5960 vb->vb_xv = xv;
5963 ret = ocfs2_xattr_value_attach_refcount(inode, xv, &et,
6003 struct ocfs2_xattr_value_root **xv,
6023 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset +
6198 * return the proper xv and the corresponding bh.
6205 struct ocfs2_xattr_value_root **xv,
6223 struct ocfs2_xattr_value_root *xv;
6231 ret = func(sb, bh, xh, i, &xv, NULL, para);
6237 *metas += le16_to_cpu(xv->xr_list.l_tree_depth) *
6238 le16_to_cpu(xv->xr_list.l_next_free_rec);
6241 &def_xv.xv.xr_list);
6247 if (!xv->xr_list.l_tree_depth)
6248 *num_recs += le16_to_cpu(xv->xr_list.l_next_free_rec);
6257 /* Used by xattr inode and block to return the right xv and buffer_head. */
6262 struct ocfs2_xattr_value_root **xv,
6268 *xv = (struct ocfs2_xattr_value_root *)((void *)xh +
6353 struct ocfs2_xattr_value_root *xv, *new_xv;
6387 ret = func(sb, old_bh, xh, i, &xv, NULL, para);
6409 if (xv->xr_list.l_tree_depth) {
6417 clusters = le32_to_cpu(xv->xr_clusters);
6424 &xv->xr_list,
6433 if (xv->xr_list.l_tree_depth) {
6686 struct ocfs2_xattr_value_root **xv,
6700 xv, ret_bh);
6713 struct ocfs2_xattr_value_root **xv,
6721 xv, ret_bh);