Home
last modified time | relevance | path

Searched refs:lookup_instantiate_filp (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/include/linux/
Dnamei.h85 extern struct file *lookup_instantiate_filp(struct nameidata *nd, struct dentry *dentry,
/linux-3.4.99/fs/cifs/
Ddir.c333 filp = lookup_instantiate_filp(nd, direntry, generic_file_open); in cifs_create()
620 filp = lookup_instantiate_filp(nd, direntry, in cifs_lookup()
/linux-3.4.99/fs/
Dopen.c762 struct file *lookup_instantiate_filp(struct nameidata *nd, struct dentry *dentry, in lookup_instantiate_filp() function
781 EXPORT_SYMBOL_GPL(lookup_instantiate_filp);
/linux-3.4.99/fs/ceph/
Dfile.c258 file = lookup_instantiate_filp(nd, req->r_dentry, ceph_open); in ceph_lookup_open()
/linux-3.4.99/fs/9p/
Dvfs_inode_dotl.c366 filp = lookup_instantiate_filp(nd, dentry, generic_file_open); in v9fs_vfs_create_dotl()
Dvfs_inode.c776 filp = lookup_instantiate_filp(nd, dentry, generic_file_open); in v9fs_vfs_create()
/linux-3.4.99/fs/fuse/
Ddir.c457 file = lookup_instantiate_filp(nd, entry, generic_file_open); in fuse_create_open()
/linux-3.4.99/fs/nfs/
Ddir.c1396 filp = lookup_instantiate_filp(nd, ctx->dentry, do_open); in nfs_intent_set_file()