Searched refs:nfs_may_open (Results 1 – 3 of 3) sorted by relevance
502 extern int nfs_may_open(struct inode *inode, const struct cred *cred, int openflags);
2739 int nfs_may_open(struct inode *inode, const struct cred *cred, int openflags) in nfs_may_open() function2743 EXPORT_SYMBOL_GPL(nfs_may_open);
1906 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); in nfs4_try_open_cached()