Searched refs:nfs_access_entry (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
D | dir.c | 2345 static void nfs_access_free_entry(struct nfs_access_entry *entry) in nfs_access_free_entry() 2356 struct nfs_access_entry *cache; in nfs_access_free_list() 2359 cache = list_entry(head->next, struct nfs_access_entry, lru); in nfs_access_free_list() 2370 struct nfs_access_entry *cache; in nfs_do_access_cache_scan() 2384 struct nfs_access_entry, lru); in nfs_do_access_cache_scan() 2443 struct nfs_access_entry *entry; in __nfs_access_zap_cache() 2447 entry = rb_entry(n, struct nfs_access_entry, rb_node); in __nfs_access_zap_cache() 2473 static struct nfs_access_entry *nfs_access_search_rbtree(struct inode *inode, const struct cred *cr… in nfs_access_search_rbtree() 2478 struct nfs_access_entry *entry = in nfs_access_search_rbtree() 2479 rb_entry(n, struct nfs_access_entry, rb_node); in nfs_access_search_rbtree() [all …]
|
D | nfs3proc.c | 201 static int nfs3_proc_access(struct inode *inode, struct nfs_access_entry *entry) in nfs3_proc_access()
|
D | nfs4proc.c | 2612 struct nfs_access_entry cache; in nfs4_opendata_access() 4435 static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) in _nfs4_proc_access() 4469 static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) in nfs4_proc_access() 7600 struct nfs_access_entry cache; in nfs4_xattr_set_nfs4_user() 7637 struct nfs_access_entry cache; in nfs4_xattr_get_nfs4_user() 7669 struct nfs_access_entry cache; in nfs4_listxattr_nfs4_user()
|
/kernel/linux/linux-5.10/include/linux/ |
D | nfs_fs.h | 51 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); 504 …t nfs_access_get_cached(struct inode *inode, const struct cred *cred, struct nfs_access_entry *res,
|
D | nfs_xdr.h | 1699 struct nfs_access_entry; 1733 int (*access) (struct inode *, struct nfs_access_entry *);
|