Lines Matching refs:walking
88 The Linux pathname walking code (mostly in ``fs/namei.c``) deals with
146 looking at the actual process of walking along a path. In particular
343 While walking down the tree (away from the root) this lock is used when
352 When walking up the tree (towards the root) by following a ".." link,
381 Throughout the process of walking a path, the current status is stored
647 REF-walk could also have made if it were walking down the tree at the
678 ``rcu_read_lock()`` is held for the entire time that RCU-walk is walking
1111 off the stack and path walking continues.
1168 All this leads to ``link_path_walk()`` walking down every component, and
1234 One other place where walking down a symlink can involve leaving
1278 A suitable way to wrap up this tour of pathname walking is to list