Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dnfs_fs.h374 extern struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode);
/linux-3.4.99/fs/nfs/
Dinode.c637 struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode) in alloc_nfs_open_context() function
752 ctx = alloc_nfs_open_context(filp->f_path.dentry, filp->f_mode); in nfs_open()
Ddir.c1374 return alloc_nfs_open_context(dentry, flags_to_mode(open_flags)); in create_nfs_open_context()