Searched refs:ovl_path_getxattr (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/overlayfs/ |
D | util.c | 585 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()
|
D | overlayfs.h | 240 static inline ssize_t ovl_path_getxattr(struct ovl_fs *ofs, in ovl_path_getxattr() function
|