Searched refs:ovl_path_getxattr (Results 1 – 2 of 2) sorted by relevance
/fs/overlayfs/ |
D | util.c | 612 res = ovl_path_getxattr(ofs, path, OVL_XATTR_ORIGIN, NULL, 0); in ovl_path_check_origin_xattr() 630 res = ovl_path_getxattr(ofs, path, ox, &val, 1); in ovl_path_check_dir_xattr() 1009 res = ovl_path_getxattr(ofs, path, OVL_XATTR_METACOPY, NULL, 0); in ovl_check_metacopy_xattr() 1050 res = ovl_path_getxattr(ofs, path, OVL_XATTR_REDIRECT, NULL, 0); in ovl_get_redirect_xattr() 1062 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
|