Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h723 struct posix_acl *ovl_get_acl_path(const struct path *path,
729 static inline struct posix_acl *ovl_get_acl_path(const struct path *path, in ovl_get_acl_path() function
H A Dinode.c520 struct posix_acl *ovl_get_acl_path(const struct path *path, in ovl_get_acl_path() function
596 acl = ovl_get_acl_path(&realpath, posix_acl_xattr_name(type), noperm); in do_ovl_get_acl()
H A Dcopy_up.c53 real_acl = ovl_get_acl_path(path, acl_name, false); in ovl_copy_acl()