Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_fs.h379 extern void nfs_access_add_cache(struct inode *, struct nfs_access_entry *);
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c2602 void nfs_access_add_cache(struct inode *inode, struct nfs_access_entry *set) in nfs_access_add_cache() function
2633 EXPORT_SYMBOL_GPL(nfs_access_add_cache);
2712 nfs_access_add_cache(inode, &cache); in nfs_do_access()
H A Dnfs4proc.c2642 nfs_access_add_cache(state->inode, &cache); in nfs4_opendata_access()