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

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

Completed in 136 milliseconds