Lines Matching refs:d_subdirs
54 * - d_parent and d_subdirs
542 while (dentry->d_child.next != &parent->d_subdirs) {
1315 next = this_parent->d_subdirs.next;
1317 while (next != &this_parent->d_subdirs) {
1342 if (!list_empty(&dentry->d_subdirs)) {
1369 if (next == &this_parent->d_subdirs)
1474 * whenever the d_subdirs list is non-empty and continue
1601 if (!list_empty(&dentry->d_subdirs))
1758 INIT_LIST_HEAD(&dentry->d_subdirs);
1799 list_add(&dentry->d_child, &parent->d_subdirs);
2881 list_move(&target->d_child, &target->d_parent->d_subdirs);
2885 list_move(&dentry->d_child, &dentry->d_parent->d_subdirs);