Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dinternal.h148 extern int vfs_open(const struct path *, struct file *);
A Dopen.c1048 int vfs_open(const struct path *path, struct file *file) in vfs_open() function
1067 error = vfs_open(path, f); in dentry_open()
1109 error = vfs_open(path, f); in dentry_create()
A Dnamei.c3560 error = vfs_open(&nd->path, file); in do_open()
3689 error = vfs_open(&path, file); in do_o_path()
/linux-6.3-rc2/Documentation/filesystems/
A Dpath-lookup.rst1200 it. If the file was found in the dcache, then ``vfs_open()`` is used for
1205 created file will be performed by vfs_open(), just as if the name
1208 2. vfs_open() can fail with ``-EOPENSTALE`` if the cached information

Completed in 16 milliseconds