Searched refs:ovl_path_getxattr (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/overlayfs/
H A Dutil.c747 res = ovl_path_getxattr(ofs, path, OVL_XATTR_ORIGIN, NULL, 0);
765 res = ovl_path_getxattr(ofs, path, OVL_XATTR_XWHITEOUT, NULL, 0);
781 res = ovl_path_getxattr(ofs, upperpath, OVL_XATTR_UUID, uuid.b,
796 res = ovl_path_getxattr(ofs, upperpath, OVL_XATTR_IMPURE, NULL,
841 res = ovl_path_getxattr(ofs, path, ox, &val, 1);
1249 res = ovl_path_getxattr(ofs, path, OVL_XATTR_METACOPY,
1327 res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, NULL, 0);
1339 res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, buf, res);
H A Doverlayfs.h299 static inline ssize_t ovl_path_getxattr(struct ovl_fs *ofs, function

Completed in 118 milliseconds