Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dposix_acl.h89 struct posix_acl *get_cached_acl(struct inode *inode, int type);
/linux/fs/
H A Dposix_acl.c46 struct posix_acl *get_cached_acl(struct inode *inode, int type) in get_cached_acl() function
63 EXPORT_SYMBOL(get_cached_acl);
128 acl = get_cached_acl(inode, type); in __get_acl()
/linux/fs/9p/
H A Dacl.c117 acl = get_cached_acl(inode, type); in v9fs_get_cached_acl()