Searched refs:nfs_access_entry (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/nfs/ |
A D | dir.c | 2783 struct nfs_access_entry *cache; in nfs_access_free_list() 2797 struct nfs_access_entry *cache; in nfs_do_access_cache_scan() 2811 struct nfs_access_entry, lru); in nfs_do_access_cache_scan() 2870 struct nfs_access_entry *entry; in __nfs_access_zap_cache() 2942 struct nfs_access_entry *entry = in nfs_access_search_rbtree() 2943 rb_entry(n, struct nfs_access_entry, rb_node); in nfs_access_search_rbtree() 2980 struct nfs_access_entry *cache; in nfs_access_get_cached_locked() 3029 struct nfs_access_entry *cache; in nfs_access_get_cached_rcu() 3069 struct nfs_access_entry *set, in nfs_access_add_rbtree() 3076 struct nfs_access_entry *entry; in nfs_access_add_rbtree() [all …]
|
A D | nfs3proc.c | 224 static int nfs3_proc_access(struct inode *inode, struct nfs_access_entry *entry, in nfs3_proc_access()
|
A D | nfs4proc.c | 2635 struct nfs_access_entry cache; in nfs4_opendata_access() 4575 static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry, in _nfs4_proc_access() 4610 static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry, in nfs4_proc_access()
|
/linux-6.3-rc2/include/linux/ |
A D | nfs_fs.h | 56 struct nfs_access_entry { struct 397 extern void nfs_access_add_cache(struct inode *, struct nfs_access_entry *, const struct cred *); 398 extern void nfs_access_set_mask(struct nfs_access_entry *, u32);
|
A D | nfs_xdr.h | 1721 struct nfs_access_entry; 1753 int (*access) (struct inode *, struct nfs_access_entry *, const struct cred *);
|
Completed in 40 milliseconds