Home
last modified time | relevance | path

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

/Linux-v6.1/fs/overlayfs/
Dutil.c585 res = ovl_path_getxattr(ofs, path, OVL_XATTR_ORIGIN, NULL, 0); in ovl_path_check_origin_xattr()
603 res = ovl_path_getxattr(ofs, path, ox, &val, 1); in ovl_path_check_dir_xattr()
982 res = ovl_path_getxattr(ofs, path, OVL_XATTR_METACOPY, NULL, 0); in ovl_check_metacopy_xattr()
1023 res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, NULL, 0); in ovl_get_redirect_xattr()
1035 res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, buf, res); in ovl_get_redirect_xattr()
Doverlayfs.h240 static inline ssize_t ovl_path_getxattr(struct ovl_fs *ofs, in ovl_path_getxattr() function