Searched refs:xattr_fidp (Results 1 – 1 of 1) sorted by relevance
3871 V9fsFidState *xattr_fidp = NULL; in v9fs_xattrwalk() local3887 xattr_fidp = alloc_fid(s, newfid); in v9fs_xattrwalk()3888 if (xattr_fidp == NULL) { in v9fs_xattrwalk()3892 v9fs_path_copy(&xattr_fidp->path, &file_fidp->path); in v9fs_xattrwalk()3897 size = v9fs_co_llistxattr(pdu, &xattr_fidp->path, NULL, 0); in v9fs_xattrwalk()3900 clunk_fid(s, xattr_fidp->fid); in v9fs_xattrwalk()3906 xattr_fidp->fs.xattr.len = size; in v9fs_xattrwalk()3907 xattr_fidp->fid_type = P9_FID_XATTR; in v9fs_xattrwalk()3908 xattr_fidp->fs.xattr.xattrwalk_fid = true; in v9fs_xattrwalk()3909 xattr_fidp->fs.xattr.value = g_malloc0(size); in v9fs_xattrwalk()[all …]