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