Searched refs:tn_dirhead (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/fs/tmpfs/ |
| D | tmpfs_subr.c | 312 RB_INIT(&nnode->tn_dir.tn_dirhead); in tmpfs_alloc_node() 852 de = RB_MIN(tmpfs_dir, &dnode->tn_dir.tn_dirhead); in tmpfs_dir_first() 873 &dnode->tn_dir.tn_dirhead, dc->tdc_tree); in tmpfs_dir_next() 889 de = RB_FIND(tmpfs_dir, &dnode->tn_dir.tn_dirhead, &dekey); in tmpfs_dir_xlookup_hash() 898 struct tmpfs_dir *dirhead = &node->tn_dir.tn_dirhead; in tmpfs_dir_lookup_cookie() 1080 xde = RB_INSERT(tmpfs_dir, &dnode->tn_dir.tn_dirhead, de); in tmpfs_dir_attach() 1122 head = &dnode->tn_dir.tn_dirhead; in tmpfs_dir_detach() 1158 RB_FOREACH_SAFE(de, tmpfs_dir, &dnode->tn_dir.tn_dirhead, nde) { in tmpfs_dir_destroy() 1159 RB_REMOVE(tmpfs_dir, &dnode->tn_dir.tn_dirhead, de); in tmpfs_dir_destroy()
|
| D | tmpfs.h | 250 struct tmpfs_dir tn_dirhead; member
|