Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dnfs_fs.h471 extern int nfs_may_open(struct inode *inode, struct rpc_cred *cred, int openflags);
/linux-2.6.39/fs/nfs/
Ddir.c1384 ret = nfs_may_open(ctx->path.dentry->d_inode, in nfs_intent_set_file()
2273 int nfs_may_open(struct inode *inode, struct rpc_cred *cred, int openflags) in nfs_may_open() function
Dnfs4proc.c1042 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); in nfs4_try_open_cached()