Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c2335 static void nfs_access_free_entry(struct nfs_access_entry *entry) in nfs_access_free_entry()
2346 struct nfs_access_entry *cache; in nfs_access_free_list()
2349 cache = list_entry(head->next, struct nfs_access_entry, lru); in nfs_access_free_list()
2360 struct nfs_access_entry *cache; in nfs_do_access_cache_scan()
2374 struct nfs_access_entry, lru); in nfs_do_access_cache_scan()
2433 struct nfs_access_entry *entry; in __nfs_access_zap_cache()
2437 entry = rb_entry(n, struct nfs_access_entry, rb_node); in __nfs_access_zap_cache()
2463 static struct nfs_access_entry *nfs_access_search_rbtree(struct inode *inode, const struct cred *cr… in nfs_access_search_rbtree()
2468 struct nfs_access_entry *entry = in nfs_access_search_rbtree()
2469 rb_entry(n, struct nfs_access_entry, rb_node); in nfs_access_search_rbtree()
[all …]
H A Dnfs3proc.c201 static int nfs3_proc_access(struct inode *inode, struct nfs_access_entry *entry) in nfs3_proc_access()
H A Dnfs4proc.c2618 struct nfs_access_entry cache; in nfs4_opendata_access()
4446 static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) in _nfs4_proc_access()
4480 static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) in nfs4_proc_access()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_fs.h51 struct nfs_access_entry { struct
379 extern void nfs_access_add_cache(struct inode *, struct nfs_access_entry *);
380 extern void nfs_access_set_mask(struct nfs_access_entry *, u32);
H A Dnfs_xdr.h1699 struct nfs_access_entry;
1733 int (*access) (struct inode *, struct nfs_access_entry *);