Searched refs:alloc_nfs_open_context (Results 1 – 5 of 5) sorted by relevance
/linux/fs/nfs/ |
H A D | nfs4file.c | 60 ctx = alloc_nfs_open_context(file_dentry(filp), in nfs4_file_open() 353 ctx = alloc_nfs_open_context(filep->f_path.dentry, in __nfs42_ssc_open()
|
H A D | inode.c | 1177 struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, in alloc_nfs_open_context() function 1206 EXPORT_SYMBOL_GPL(alloc_nfs_open_context); 1328 ctx = alloc_nfs_open_context(file_dentry(filp), in nfs_open()
|
H A D | dir.c | 2033 return alloc_nfs_open_context(dentry, flags_to_mode(open_flags), filp); in create_nfs_open_context()
|
H A D | nfs4proc.c | 4863 ctx = alloc_nfs_open_context(dentry, FMODE_READ, NULL); in nfs4_proc_create()
|
/linux/include/linux/ |
H A D | nfs_fs.h | 468 extern struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode, struct file *filp);
|