Home
last modified time | relevance | path

Searched refs:tdc_tree (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/fs/tmpfs/
HDtmpfs_subr.c781 dc->tdc_tree = de; in tmpfs_dir_first()
794 MPASS(dc->tdc_tree != NULL); in tmpfs_dir_next()
800 dc->tdc_tree = dc->tdc_current = RB_NEXT(tmpfs_dir, in tmpfs_dir_next()
801 &dnode->tn_dir.tn_dirhead, dc->tdc_tree); in tmpfs_dir_next()
862 dc->tdc_tree = de; in tmpfs_dir_lookup_cookie()
871 dc->tdc_tree = de; in tmpfs_dir_lookup_cookie()
874 dc->tdc_tree = tmpfs_dir_xlookup_hash(node, in tmpfs_dir_lookup_cookie()
HDtmpfs.h412 struct tmpfs_dirent *tdc_tree; member