alloc_nfs_open_context
return alloc_nfs_open_context(dentry, flags_to_mode(open_flags), filp);
EXPORT_SYMBOL_GPL(alloc_nfs_open_context);
ctx = alloc_nfs_open_context(file_dentry(filp),
ctx = alloc_nfs_open_context(filep->f_path.dentry,
ctx = alloc_nfs_open_context(file_dentry(filp),
ctx = alloc_nfs_open_context(dentry, FMODE_READ, NULL);
extern struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode, struct file *filp);