Searched refs:xattr_fidp (Results 1 – 1 of 1) sorted by relevance
3942 V9fsFidState *xattr_fidp = NULL; in v9fs_xattrwalk() local3958 xattr_fidp = alloc_fid(s, newfid); in v9fs_xattrwalk()3959 if (xattr_fidp == NULL) { in v9fs_xattrwalk()3963 v9fs_path_copy(&xattr_fidp->path, &file_fidp->path); in v9fs_xattrwalk()3968 size = v9fs_co_llistxattr(pdu, &xattr_fidp->path, NULL, 0); in v9fs_xattrwalk()3971 clunk_fid(s, xattr_fidp->fid); in v9fs_xattrwalk()3977 xattr_fidp->fs.xattr.len = size; in v9fs_xattrwalk()3978 xattr_fidp->fid_type = P9_FID_XATTR; in v9fs_xattrwalk()3979 xattr_fidp->fs.xattr.xattrwalk_fid = true; in v9fs_xattrwalk()3980 xattr_fidp->fs.xattr.value = g_malloc0(size); in v9fs_xattrwalk()[all …]