Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnfs_fs.h492 extern int nfs_may_open(struct inode *inode, struct rpc_cred *cred, int openflags);
/linux-4.19.296/fs/nfs/
Ddir.c2572 int nfs_may_open(struct inode *inode, struct rpc_cred *cred, int openflags) in nfs_may_open() function
2576 EXPORT_SYMBOL_GPL(nfs_may_open);
Dnfs4proc.c1782 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); in nfs4_try_open_cached()