Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dposix_acl.h89 struct posix_acl *get_cached_acl(struct inode *inode, int type);
/linux-6.1.9/fs/
Dposix_acl.c41 struct posix_acl *get_cached_acl(struct inode *inode, int type) in get_cached_acl() function
58 EXPORT_SYMBOL(get_cached_acl);
121 acl = get_cached_acl(inode, type); in get_acl()
/linux-6.1.9/fs/9p/
Dacl.c87 acl = get_cached_acl(inode, type); in v9fs_get_cached_acl()