Lines Matching refs:rcu_walk
181 bool rcu_walk)
200 if (rcu_walk) {
240 static int autofs_mount_wait(const struct path *path, bool rcu_walk)
247 if (rcu_walk)
260 static int do_expire_wait(const struct path *path, bool rcu_walk)
265 expiring = autofs_lookup_expiring(dentry, rcu_walk);
269 return autofs_expire_wait(path, rcu_walk);
397 static int autofs_d_manage(const struct path *path, bool rcu_walk)
414 if (do_expire_wait(path, rcu_walk) == -ECHILD)
421 status = autofs_mount_wait(path, rcu_walk);
425 if (rcu_walk) {
426 /* We don't need fs_lock in rcu_walk mode,