Searched refs:nfs_access_get_cached (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs.h | 504 extern int nfs_access_get_cached(struct inode *inode, const struct cred *cred,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs.h | 562 extern int nfs_access_get_cached(struct inode *inode, const struct cred *cred,
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | dir.c | 2553 int nfs_access_get_cached(struct inode *inode, const struct cred *cred, in nfs_access_get_cached() function 2565 EXPORT_SYMBOL_GPL(nfs_access_get_cached); variable 2681 status = nfs_access_get_cached(inode, cred, &cache.mask, may_block); in nfs_do_access()
|
H A D | nfs4proc.c | 7649 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) { in nfs4_xattr_set_nfs4_user() 7677 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) { in nfs4_xattr_get_nfs4_user() 7708 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) { in nfs4_listxattr_nfs4_user()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | dir.c | 3059 int nfs_access_get_cached(struct inode *inode, const struct cred *cred, in nfs_access_get_cached() function 3071 EXPORT_SYMBOL_GPL(nfs_access_get_cached); variable 3193 status = nfs_access_get_cached(inode, cred, &cache.mask, may_block); in nfs_do_access()
|
H A D | nfs4proc.c | 7853 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) { in nfs4_xattr_set_nfs4_user() 7881 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) { in nfs4_xattr_get_nfs4_user() 7912 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) { in nfs4_listxattr_nfs4_user()
|
Completed in 43 milliseconds