Lines Matching refs:d_subdirs
54 * - d_parent and d_subdirs
570 while (dentry->d_child.next != &parent->d_subdirs) {
1375 next = this_parent->d_subdirs.next;
1377 while (next != &this_parent->d_subdirs) {
1402 if (!list_empty(&dentry->d_subdirs)) {
1429 if (next == &this_parent->d_subdirs)
1534 * whenever the d_subdirs list is non-empty and continue
1661 if (!list_empty(&dentry->d_subdirs))
1818 INIT_LIST_HEAD(&dentry->d_subdirs);
1859 list_add(&dentry->d_child, &parent->d_subdirs);
2997 list_move(&target->d_child, &target->d_parent->d_subdirs);
3001 list_move(&dentry->d_child, &dentry->d_parent->d_subdirs);