Home
last modified time | relevance | path

Searched refs:vfs_open (Results 1 – 3 of 3) sorted by relevance

/fs/
Dinternal.h112 extern int vfs_open(const struct path *, struct file *, const struct cred *);
Dopen.c872 int vfs_open(const struct path *path, struct file *file, in vfs_open() function
898 error = vfs_open(path, f, cred); in dentry_open()
Dnamei.c3272 error = vfs_open(&nd->path, file, current_cred()); in do_last()