Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs4file.c60 ctx = alloc_nfs_open_context(file_dentry(filp), filp->f_mode, filp); in nfs4_file_open()
Dinode.c946 struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, in alloc_nfs_open_context() function
974 EXPORT_SYMBOL_GPL(alloc_nfs_open_context);
1096 ctx = alloc_nfs_open_context(file_dentry(filp), filp->f_mode, filp); in nfs_open()
Ddir.c1492 return alloc_nfs_open_context(dentry, flags_to_mode(open_flags), filp); in create_nfs_open_context()
Dnfs4proc.c4306 ctx = alloc_nfs_open_context(dentry, FMODE_READ, NULL); in nfs4_proc_create()
/linux-4.19.296/include/linux/
Dnfs_fs.h393 extern struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode, struc…