Home
last modified time | relevance | path

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

/linux-6.12.1/fs/overlayfs/
Doverlayfs.h773 struct posix_acl *ovl_get_acl_path(const struct path *path,
779 static inline struct posix_acl *ovl_get_acl_path(const struct path *path, in ovl_get_acl_path() function
Dinode.c395 struct posix_acl *ovl_get_acl_path(const struct path *path, in ovl_get_acl_path() function
471 acl = ovl_get_acl_path(&realpath, posix_acl_xattr_name(type), noperm); in do_ovl_get_acl()
Dcopy_up.c53 real_acl = ovl_get_acl_path(path, acl_name, false); in ovl_copy_acl()