Searched refs:vfs_open (Results 1 – 4 of 4) sorted by relevance
142 extern int vfs_open(const struct path *, struct file *);
928 int vfs_open(const struct path *path, struct file *file) in vfs_open() function947 error = vfs_open(path, f); in dentry_open()
3252 error = vfs_open(&nd->path, file); in do_open()3343 error = vfs_open(&path, file); in do_o_path()
1223 it. If the file was found in the dcache, then ``vfs_open()`` is used for1228 created file will be performed by ``vfs_open()``, just as if the name1231 2. ``vfs_open()`` can fail with ``-EOPENSTALE`` if the cached information