Searched refs:nfs_may_open (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs.h | 502 extern int nfs_may_open(struct inode *inode, const struct cred *cred, int openflags);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs.h | 560 extern int nfs_may_open(struct inode *inode, const struct cred *cred, int openflags);
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | dir.c | 2739 int nfs_may_open(struct inode *inode, const struct cred *cred, int openflags) in nfs_may_open() function 2743 EXPORT_SYMBOL_GPL(nfs_may_open); variable
|
H A D | nfs4proc.c | 1909 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); in nfs4_try_open_cached()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | dir.c | 3247 int nfs_may_open(struct inode *inode, const struct cred *cred, int openflags) in nfs_may_open() function 3251 EXPORT_SYMBOL_GPL(nfs_may_open); variable
|
H A D | nfs4proc.c | 1914 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); in nfs4_try_open_cached()
|
Completed in 36 milliseconds