Searched refs:lookup_instantiate_filp (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/include/linux/ |
D | namei.h | 85 extern struct file *lookup_instantiate_filp(struct nameidata *nd, struct dentry *dentry,
|
/linux-3.4.99/fs/cifs/ |
D | dir.c | 333 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/ |
D | open.c | 762 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/ |
D | file.c | 258 file = lookup_instantiate_filp(nd, req->r_dentry, ceph_open); in ceph_lookup_open()
|
/linux-3.4.99/fs/9p/ |
D | vfs_inode_dotl.c | 366 filp = lookup_instantiate_filp(nd, dentry, generic_file_open); in v9fs_vfs_create_dotl()
|
D | vfs_inode.c | 776 filp = lookup_instantiate_filp(nd, dentry, generic_file_open); in v9fs_vfs_create()
|
/linux-3.4.99/fs/fuse/ |
D | dir.c | 457 file = lookup_instantiate_filp(nd, entry, generic_file_open); in fuse_create_open()
|
/linux-3.4.99/fs/nfs/ |
D | dir.c | 1396 filp = lookup_instantiate_filp(nd, ctx->dentry, do_open); in nfs_intent_set_file()
|