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.c765 res = ovl_path_getxattr(ofs, path, OVL_XATTR_ORIGIN, NULL, 0); in ovl_path_check_origin_xattr()
783 res = ovl_path_getxattr(ofs, path, OVL_XATTR_XWHITEOUT, NULL, 0); in ovl_path_check_xwhiteout_xattr()
799 res = ovl_path_getxattr(ofs, upperpath, OVL_XATTR_UUID, uuid.b, in ovl_init_uuid_xattr()
814 res = ovl_path_getxattr(ofs, upperpath, OVL_XATTR_IMPURE, NULL, in ovl_init_uuid_xattr()
859 res = ovl_path_getxattr(ofs, path, ox, &val, 1); in ovl_get_dir_xattr_val()
1264 res = ovl_path_getxattr(ofs, path, OVL_XATTR_METACOPY, in ovl_check_metacopy_xattr()
1342 res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, NULL, 0); in ovl_get_redirect_xattr()
1354 res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, buf, res); in ovl_get_redirect_xattr()
H A Doverlayfs.h305 static inline ssize_t ovl_path_getxattr(struct ovl_fs *ofs, in ovl_path_getxattr() function