Searched refs:xv (Results 1 – 3 of 3) sorted by relevance
/fs/ocfs2/ |
D | xattr.c | 54 struct ocfs2_xattr_value_root xv; member 89 .xv.xr_list.l_count = cpu_to_le16(1), 305 struct ocfs2_xattr_value_root **xv, 1102 struct ocfs2_xattr_value_root *xv, in ocfs2_xattr_get_value_outside() argument 1113 el = &xv->xr_list; in ocfs2_xattr_get_value_outside() 1114 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_xattr_get_value_outside() 1162 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_ibody_get() local 1187 xv = (struct ocfs2_xattr_value_root *) in ocfs2_xattr_ibody_get() 1191 ret = ocfs2_xattr_get_value_outside(inode, xv, in ocfs2_xattr_ibody_get() 1211 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_block_get() local [all …]
|
D | refcounttree.h | 70 struct ocfs2_xattr_value_root *xv,
|
D | refcounttree.c | 3524 struct ocfs2_xattr_value_root *xv = context->cow_object; in ocfs2_xattr_value_get_clusters() local 3527 num_clusters, &xv->xr_list, in ocfs2_xattr_value_get_clusters() 3538 struct ocfs2_xattr_value_root *xv, in ocfs2_refcounted_xattr_delete_need() argument 3543 u32 cpos = 0, clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_refcounted_xattr_delete_need() 3550 &num_clusters, &xv->xr_list, in ocfs2_refcounted_xattr_delete_need() 3628 struct ocfs2_xattr_value_root *xv = vb->vb_xv; in ocfs2_refcount_cow_xattr() local 3634 ret = ocfs2_refcount_cal_cow_clusters(inode, &xv->xr_list, in ocfs2_refcount_cow_xattr() 3656 context->cow_object = xv; in ocfs2_refcount_cow_xattr()
|