Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dutil.c763 res = ovl_path_getxattr(ofs, path, OVL_XATTR_ORIGIN, NULL, 0); in ovl_path_check_origin_xattr()
781 res = ovl_path_getxattr(ofs, path, OVL_XATTR_XWHITEOUT, NULL, 0); in ovl_path_check_xwhiteout_xattr()
797 res = ovl_path_getxattr(ofs, upperpath, OVL_XATTR_UUID, uuid.b, in ovl_init_uuid_xattr()
812 res = ovl_path_getxattr(ofs, upperpath, OVL_XATTR_IMPURE, NULL, in ovl_init_uuid_xattr()
857 res = ovl_path_getxattr(ofs, path, ox, &val, 1); in ovl_get_dir_xattr_val()
1257 res = ovl_path_getxattr(ofs, path, OVL_XATTR_METACOPY, in ovl_check_metacopy_xattr()
1335 res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, NULL, 0); in ovl_get_redirect_xattr()
1347 res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, buf, res); in ovl_get_redirect_xattr()
H A Doverlayfs.h311 static inline ssize_t ovl_path_getxattr(struct ovl_fs *ofs, in ovl_path_getxattr() function