Home
last modified time | relevance | path

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

/Linux-v6.1/fs/overlayfs/
Dinode.c498 struct posix_acl *ovl_get_acl(struct inode *inode, int type, bool rcu) in ovl_get_acl() function
724 .get_acl = ovl_get_acl,
744 .get_acl = ovl_get_acl,
Doverlayfs.h597 struct posix_acl *ovl_get_acl(struct inode *inode, int type, bool rcu);
599 #define ovl_get_acl NULL macro
Ddir.c1314 .get_acl = ovl_get_acl,