Home
last modified time | relevance | path

Searched refs:nfs_access_add_cache (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/linux/
Dnfs_fs.h443 extern void nfs_access_add_cache(struct inode *, struct nfs_access_entry *, const struct cred *);
/linux-6.14.4/fs/nfs/
Ddir.c3162 void nfs_access_add_cache(struct inode *inode, struct nfs_access_entry *set, in nfs_access_add_cache() function
3197 EXPORT_SYMBOL_GPL(nfs_access_add_cache);
3272 nfs_access_add_cache(inode, &cache, cred); in nfs_do_access()
Dnfs4proc.c2742 nfs_access_add_cache(state->inode, &cache, cred); in nfs4_opendata_access()