Home
last modified time | relevance | path

Searched refs:lookup_open (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst1200 part is in a separate function: ``lookup_open()``.
1208 this. If not, then ``lookup_open()`` will either call ``atomic_open()`` (if
1217 the top with ``LOOKUP_REVAL`` set, ``lookup_open()`` is called instead,
/Linux-v5.4/fs/
Dnamei.c3117 static int lookup_open(struct nameidata *nd, struct path *path, in lookup_open() function
3314 error = lookup_open(nd, &path, file, op, got_write); in do_last()