Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dposix_acl.h88 struct posix_acl *get_cached_acl(struct inode *inode, int type);
/Linux-v5.15/fs/
Dposix_acl.c39 struct posix_acl *get_cached_acl(struct inode *inode, int type) in get_cached_acl() function
56 EXPORT_SYMBOL(get_cached_acl);
119 acl = get_cached_acl(inode, type); in get_acl()
/Linux-v5.15/fs/9p/
Dacl.c95 acl = get_cached_acl(inode, type); in v9fs_get_cached_acl()