Searched refs:__dentry_open (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | open.c | 805 static struct file *__dentry_open(struct dentry *dentry, struct vfsmount *mnt, in __dentry_open() function 913 nd->intent.open.file = __dentry_open(dget(dentry), mntget(nd->path.mnt), in lookup_instantiate_filp() 942 filp = __dentry_open(nd->path.dentry, nd->path.mnt, flags, filp, in nameidata_to_filp() 979 return __dentry_open(dentry, mnt, flags, f, NULL, cred); in dentry_open()
|