Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dnamei.c568 struct nameidata { struct
585 struct nameidata *saved; argument
598 struct nameidata *old = current->nameidata; in __set_nameidata()
607 current->nameidata = p; in __set_nameidata()
623 struct nameidata *now = current->nameidata, *old = now->saved; in restore_nameidata()
625 current->nameidata = old; in restore_nameidata()
998 struct nameidata *nd = current->nameidata; in nd_jump_link()
2508 struct nameidata nd; in filename_lookup()
2549 struct nameidata nd; in __filename_parentat()
3813 struct nameidata nd; in do_filp_open()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst376 Bringing it together with ``struct nameidata``
382 in a ``struct nameidata``, "namei" being the traditional name - dating
384 converts a "name" to an "inode". ``struct nameidata`` contains (among
416 is requested. Keeping a reference in the ``nameidata`` ensures that
492 path_lookupat() will unset LOOKUP_JUMPED in nameidata so that in the
740 ``struct nameidata`` in the ``m_seq`` field. This one lock and one
903 ``seq`` number from the ``nameidata``, so it needs to be extra careful
1139 up in the ``nameidata``, and result in pick_link() returning ``NULL``.
1142 with "``/``" are detected in pick_link() which resets the ``nameidata``
1161 ``nameidata`` in place to point to that target. ``->get_link()`` then
[all …]
H A Dporting.rst512 ->lookup() do *not* take struct nameidata anymore; just the flags.
518 ->create() doesn't take ``struct nameidata *``; unlike the previous
607 nameidata isn't passed at all - nd_jump_link() doesn't need it and
615 dentry, it does not get nameidata at all and it gets called only when cookie
/openbmc/linux/include/linux/
H A Dsched.h55 struct nameidata;
1080 struct nameidata *nameidata; member