Lines Matching refs:check_dirs
3896 struct list_head check_dirs;
3915 INIT_LIST_HEAD(&check_dirs);
4210 ret = dup_ref(cur, &check_dirs);
4220 * See the use of check_dirs for more details.
4239 ret = dup_ref(cur, &check_dirs);
4246 * We have a moved dir. Add the old parent to check_dirs
4250 ret = dup_ref(cur, &check_dirs);
4282 ret = dup_ref(cur, &check_dirs);
4307 list_for_each_entry(cur, &check_dirs, list) {
4348 __free_recorded_refs(&check_dirs);