Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dnamei.c943 static inline void put_link(struct nameidata *nd) in put_link() function
1690 put_link(nd); in pick_link()
1867 put_link(nd); in walk_component()
1879 put_link(nd); in walk_component()
3151 put_link(nd); in open_last_lookups()
3212 put_link(nd); in open_last_lookups()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dporting.rst608 calling conventions for ->put_link() have changed. It gets inode instead of
642 ->put_link() is gone - just give the destructor to set_delayed_call()
Dpath-lookup.rst1078 ``i_op->put_link()`` inode operation can be called. In REF-walk, that
1087 provides an opaque "cookie" that must be passed to ``->put_link()`` so that it
1149 ``put_link()``. ``WALK_GET`` is tested subsequently (by