Home
last modified time | relevance | path

Searched refs:nfs_access_entry (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/nfs/
Ddir.c2080 static void nfs_access_free_entry(struct nfs_access_entry *entry) in nfs_access_free_entry()
2091 struct nfs_access_entry *cache; in nfs_access_free_list()
2094 cache = list_entry(head->next, struct nfs_access_entry, lru); in nfs_access_free_list()
2105 struct nfs_access_entry *cache; in nfs_do_access_cache_scan()
2119 struct nfs_access_entry, lru); in nfs_do_access_cache_scan()
2178 struct nfs_access_entry *entry; in __nfs_access_zap_cache()
2182 entry = rb_entry(n, struct nfs_access_entry, rb_node); in __nfs_access_zap_cache()
2208 static struct nfs_access_entry *nfs_access_search_rbtree(struct inode *inode, struct rpc_cred *cred) in nfs_access_search_rbtree()
2211 struct nfs_access_entry *entry; in nfs_access_search_rbtree()
2214 entry = rb_entry(n, struct nfs_access_entry, rb_node); in nfs_access_search_rbtree()
[all …]
Dnfs3proc.c186 static int nfs3_proc_access(struct inode *inode, struct nfs_access_entry *entry) in nfs3_proc_access()
Dnfs4proc.c2164 struct nfs_access_entry cache; in nfs4_opendata_access()
3576 static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) in _nfs4_proc_access()
3625 static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) in nfs4_proc_access()
/linux-4.4.14/include/linux/
Dnfs_fs.h49 struct nfs_access_entry { struct
352 extern void nfs_access_add_cache(struct inode *, struct nfs_access_entry *);
353 extern void nfs_access_set_mask(struct nfs_access_entry *, u32);
Dnfs_xdr.h1489 struct nfs_access_entry;
1520 int (*access) (struct inode *, struct nfs_access_entry *);