Home
last modified time | relevance | path

Searched refs:ovl_path_check_origin_xattr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h477 bool ovl_path_check_origin_xattr(struct ovl_fs *ofs, const struct path *path);
488 return ovl_path_check_origin_xattr(ofs, &upperpath); in ovl_check_origin_xattr()
H A Dinode.c1416 ovl_path_check_origin_xattr(ofs, &realpath)) { in ovl_get_inode()
H A Dutil.c666 bool ovl_path_check_origin_xattr(struct ovl_fs *ofs, const struct path *path) in ovl_path_check_origin_xattr() function