Searched refs:d_child (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.1/fs/ |
| D | libfs.c | 112 struct dentry *d = list_entry(p, struct dentry, d_child); in scan_positives() 126 list_move(&cursor->d_child, p); in scan_positives() 127 p = &cursor->d_child; in scan_positives() 163 list_move(&cursor->d_child, &to->d_child); in dcache_dir_lseek() 165 list_del_init(&cursor->d_child); in dcache_dir_lseek() 202 else if (!list_empty(&cursor->d_child)) in dcache_readdir() 203 p = &cursor->d_child; in dcache_readdir() 212 p = &next->d_child; in dcache_readdir() 216 list_move_tail(&cursor->d_child, &next->d_child); in dcache_readdir() 218 list_del_init(&cursor->d_child); in dcache_readdir() [all …]
|
| D | dcache.c | 548 if (unlikely(list_empty(&dentry->d_child))) in dentry_unlist() 550 __list_del_entry(&dentry->d_child); in dentry_unlist() 570 while (dentry->d_child.next != &parent->d_subdirs) { in dentry_unlist() 571 next = list_entry(dentry->d_child.next, struct dentry, d_child); in dentry_unlist() 574 dentry->d_child.next = next->d_child.next; in dentry_unlist() 1378 struct dentry *dentry = list_entry(tmp, struct dentry, d_child); in d_walk() 1427 next = child->d_child.next; in d_walk() 1430 child = list_entry(next, struct dentry, d_child); in d_walk() 1820 INIT_LIST_HEAD(&dentry->d_child); in __d_alloc() 1859 list_add(&dentry->d_child, &parent->d_subdirs); in d_alloc() [all …]
|
| /Linux-v6.1/fs/tracefs/ |
| D | inode.c | 194 struct dentry *dentry = list_entry(tmp, struct dentry, d_child); in set_gid() 224 next = child->d_child.next; in set_gid() 227 child = list_entry(next, struct dentry, d_child); in set_gid()
|
| /Linux-v6.1/fs/coda/ |
| D | cache.c | 96 list_for_each_entry(de, &parent->d_subdirs, d_child) { in coda_flag_children()
|
| /Linux-v6.1/fs/autofs/ |
| D | expire.c | 77 child = list_next_entry(child, d_child); in positive_after() 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.1/fs/afs/ |
| D | dynroot.c | 385 list_for_each_entry_safe(subdir, tmp, &root->d_subdirs, d_child) { in afs_dynroot_depopulate()
|
| /Linux-v6.1/include/linux/ |
| D | dcache.h | 104 struct list_head d_child; /* child of parent list */ member
|
| /Linux-v6.1/fs/notify/ |
| D | fsnotify.c | 127 list_for_each_entry(child, &alias->d_subdirs, d_child) { in __fsnotify_update_child_dentry_flags()
|
| /Linux-v6.1/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.1/fs/nfsd/ |
| D | nfsctl.c | 1238 list_for_each_entry_safe(dentry, tmp, &root->d_subdirs, d_child) { in nfsdfs_remove_files()
|
| /Linux-v6.1/fs/ksmbd/ |
| D | vfs.c | 695 list_for_each_entry(dst_dent, &src_dent->d_subdirs, d_child) { in ksmbd_validate_entry_in_use()
|
| /Linux-v6.1/kernel/trace/ |
| D | trace_events.c | 989 list_for_each_entry(child, &dir->d_subdirs, d_child) { in remove_event_file_dir()
|
| /Linux-v6.1/fs/ceph/ |
| D | mds_client.c | 1932 list_for_each_entry(child, &dentry->d_subdirs, d_child) { in drop_negative_children()
|