Searched refs:nfs_access_entry (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/nfs/ |
| H A D | dir.c | 2901 static void nfs_access_free_entry(struct nfs_access_entry *entry) in nfs_access_free_entry() 2912 struct nfs_access_entry *cache; in nfs_access_free_list() 2915 cache = list_entry(head->next, struct nfs_access_entry, lru); in nfs_access_free_list() 2926 struct nfs_access_entry *cache; in nfs_do_access_cache_scan() 2940 struct nfs_access_entry, lru); in nfs_do_access_cache_scan() 2999 struct nfs_access_entry *entry; in __nfs_access_zap_cache() 3003 entry = rb_entry(n, struct nfs_access_entry, rb_node); in __nfs_access_zap_cache() 3029 static int access_cmp(const struct cred *a, const struct nfs_access_entry *b) in access_cmp() 3066 static struct nfs_access_entry *nfs_access_search_rbtree(struct inode *inode, const struct cred *cr… in nfs_access_search_rbtree() 3071 struct nfs_access_entry *entry = in nfs_access_search_rbtree() [all …]
|
| H A D | nfs4proc.c | 2693 struct nfs_access_entry cache; in nfs4_opendata_access() 4790 static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry, in _nfs4_proc_access() 4826 static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry, in nfs4_proc_access()
|
| /linux/include/linux/ |
| H A D | nfs_fs.h | 60 struct nfs_access_entry { struct 442 extern void nfs_access_add_cache(struct inode *, struct nfs_access_entry *, const struct cred *); 443 extern void nfs_access_set_mask(struct nfs_access_entry *, u32);
|
| H A D | nfs_xdr.h | 1774 struct nfs_access_entry; 1806 int (*access) (struct inode *, struct nfs_access_entry *, const struct cred *);
|