Searched refs:d_subdirs (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.6/fs/tracefs/ |
| D | inode.c | 210 next = this_parent->d_subdirs.next; in set_gid() 212 while (next != &this_parent->d_subdirs) { in set_gid() 221 if (!list_empty(&dentry->d_subdirs)) { in set_gid() 245 if (next == &this_parent->d_subdirs) in set_gid()
|
| /Linux-v6.6/fs/coda/ |
| D | cache.c | 96 list_for_each_entry(de, &parent->d_subdirs, d_child) { in coda_flag_children()
|
| /Linux-v6.6/fs/ |
| D | dcache.c | 570 while (dentry->d_child.next != &parent->d_subdirs) { in dentry_unlist() 1374 next = this_parent->d_subdirs.next; in d_walk() 1376 while (next != &this_parent->d_subdirs) { in d_walk() 1401 if (!list_empty(&dentry->d_subdirs)) { in d_walk() 1428 if (next == &this_parent->d_subdirs) in d_walk() 1660 if (!list_empty(&dentry->d_subdirs)) in umount_check() 1817 INIT_LIST_HEAD(&dentry->d_subdirs); in __d_alloc() 1858 list_add(&dentry->d_child, &parent->d_subdirs); in d_alloc() 2996 list_move(&target->d_child, &target->d_parent->d_subdirs); in __d_move() 3000 list_move(&dentry->d_child, &dentry->d_parent->d_subdirs); in __d_move()
|
| D | libfs.c | 111 while ((p = p->next) != &dentry->d_subdirs) { in scan_positives() 159 to = scan_positives(cursor, &dentry->d_subdirs, in dcache_dir_lseek() 187 struct list_head *anchor = &dentry->d_subdirs; in dcache_readdir() 493 struct list_head *p = prev ? &prev->d_child : &parent->d_subdirs; in find_next_child() 496 while ((p = p->next) != &parent->d_subdirs) { in find_next_child() 657 list_for_each_entry(child, &dentry->d_subdirs, d_child) { in simple_empty()
|
| /Linux-v6.6/fs/autofs/ |
| D | expire.c | 79 child = list_first_entry(&p->d_subdirs, struct dentry, d_child); in positive_after() 81 list_for_each_entry_from(child, &p->d_subdirs, d_child) { in positive_after()
|
| /Linux-v6.6/fs/afs/ |
| D | dynroot.c | 385 list_for_each_entry_safe(subdir, tmp, &root->d_subdirs, d_child) { in afs_dynroot_depopulate()
|
| /Linux-v6.6/include/linux/ |
| D | dcache.h | 105 struct list_head d_subdirs; /* our children */ member
|
| /Linux-v6.6/fs/notify/ |
| D | fsnotify.c | 127 list_for_each_entry(child, &alias->d_subdirs, d_child) { in __fsnotify_update_child_dentry_flags()
|
| /Linux-v6.6/arch/powerpc/platforms/cell/spufs/ |
| D | inode.c | 151 list_for_each_entry_safe(dentry, tmp, &dir->d_subdirs, d_child) { in spufs_prune_dir()
|
| /Linux-v6.6/fs/nfsd/ |
| D | nfsctl.c | 1282 list_for_each_entry_safe(dentry, tmp, &root->d_subdirs, d_child) { in nfsdfs_remove_files()
|
| /Linux-v6.6/fs/ceph/ |
| D | mds_client.c | 2103 list_for_each_entry(child, &dentry->d_subdirs, d_child) { in drop_negative_children()
|