Searched refs:d_child (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | libfs.c | 110 struct dentry *d = list_entry(p, struct dentry, d_child); in scan_positives() 124 list_move(&cursor->d_child, p); in scan_positives() 125 p = &cursor->d_child; in scan_positives() 161 list_move(&cursor->d_child, &to->d_child); in dcache_dir_lseek() 163 list_del_init(&cursor->d_child); in dcache_dir_lseek() 200 else if (!list_empty(&cursor->d_child)) in dcache_readdir() 201 p = &cursor->d_child; in dcache_readdir() 210 p = &next->d_child; in dcache_readdir() 214 list_move_tail(&cursor->d_child, &next->d_child); in dcache_readdir() 216 list_del_init(&cursor->d_child); in dcache_readdir() [all …]
|
| H A D | dcache.c | 520 if (unlikely(list_empty(&dentry->d_child))) in dentry_unlist() 522 __list_del_entry(&dentry->d_child); in dentry_unlist() 542 while (dentry->d_child.next != &parent->d_subdirs) { in dentry_unlist() 543 next = list_entry(dentry->d_child.next, struct dentry, d_child); in dentry_unlist() 546 dentry->d_child.next = next->d_child.next; in dentry_unlist() 1318 struct dentry *dentry = list_entry(tmp, struct dentry, d_child); in d_walk() 1367 next = child->d_child.next; in d_walk() 1370 child = list_entry(next, struct dentry, d_child); in d_walk() 1759 INIT_LIST_HEAD(&dentry->d_child); in __d_alloc() 1798 list_add(&dentry->d_child, &parent->d_subdirs); in d_alloc() [all …]
|
| /OK3568_Linux_fs/kernel/fs/tracefs/ |
| H A D | inode.c | 192 struct dentry *dentry = list_entry(tmp, struct dentry, d_child); in set_gid() 222 next = child->d_child.next; in set_gid() 225 child = list_entry(next, struct dentry, d_child); in set_gid()
|
| /OK3568_Linux_fs/kernel/fs/autofs/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | cache.c | 96 list_for_each_entry(de, &parent->d_subdirs, d_child) { in coda_flag_children()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dcache.h | 112 struct list_head d_child; /* child of parent list */ member
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | dynroot.c | 384 list_for_each_entry_safe(subdir, tmp, &root->d_subdirs, d_child) { in afs_dynroot_depopulate()
|
| /OK3568_Linux_fs/kernel/fs/notify/ |
| H A D | fsnotify.c | 129 list_for_each_entry(child, &alias->d_subdirs, d_child) { in __fsnotify_update_child_dentry_flags()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 149 list_for_each_entry_safe(dentry, tmp, &dir->d_subdirs, d_child) { in spufs_prune_dir()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfsctl.c | 1260 list_for_each_entry_safe(dentry, tmp, &root->d_subdirs, d_child) { in nfsdfs_remove_files()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events.c | 762 list_for_each_entry(child, &dir->d_subdirs, d_child) { in remove_event_file_dir()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | mds_client.c | 1960 list_for_each_entry(child, &dentry->d_subdirs, d_child) { in drop_negative_children()
|