fs/overlayfs/util.c
1257
res = ovl_path_getxattr(ofs, path, OVL_XATTR_METACOPY,
fs/overlayfs/util.c
1335
res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, NULL, 0);
fs/overlayfs/util.c
1347
res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, buf, res);
fs/overlayfs/util.c
763
res = ovl_path_getxattr(ofs, path, OVL_XATTR_ORIGIN, NULL, 0);
fs/overlayfs/util.c
781
res = ovl_path_getxattr(ofs, path, OVL_XATTR_XWHITEOUT, NULL, 0);
fs/overlayfs/util.c
797
res = ovl_path_getxattr(ofs, upperpath, OVL_XATTR_UUID, uuid.b,
fs/overlayfs/util.c
812
res = ovl_path_getxattr(ofs, upperpath, OVL_XATTR_IMPURE, NULL,
fs/overlayfs/util.c
857
res = ovl_path_getxattr(ofs, path, ox, &val, 1);