Searched refs:vfs_open (Results 1 – 3 of 3) sorted by relevance
110 extern int vfs_open(const struct path *, struct file *, const struct cred *);
840 int vfs_open(const struct path *path, struct file *file, in vfs_open() function866 error = vfs_open(path, f, cred); in dentry_open()
3183 error = vfs_open(&nd->path, file, current_cred()); in do_last()