Searched refs:ovl_path_getxattr (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/fs/overlayfs/ |
D | util.c | 670 res = ovl_path_getxattr(ofs, path, OVL_XATTR_ORIGIN, NULL, 0); in ovl_path_check_origin_xattr() 690 res = ovl_path_getxattr(ofs, upperpath, OVL_XATTR_UUID, sb->s_uuid.b, in ovl_init_uuid_xattr() 705 res = ovl_path_getxattr(ofs, upperpath, OVL_XATTR_IMPURE, NULL, in ovl_init_uuid_xattr() 747 res = ovl_path_getxattr(ofs, path, ox, &val, 1); in ovl_path_check_dir_xattr() 1132 res = ovl_path_getxattr(ofs, path, OVL_XATTR_METACOPY, in ovl_check_metacopy_xattr() 1210 res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, NULL, 0); in ovl_get_redirect_xattr() 1222 res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, buf, res); in ovl_get_redirect_xattr()
|
D | overlayfs.h | 287 static inline ssize_t ovl_path_getxattr(struct ovl_fs *ofs, in ovl_path_getxattr() function
|