Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c648 nnode->tn_dir.tn_readdir_lastp = NULL; in tmpfs_alloc_node()
1325 (de = node->tn_dir.tn_readdir_lastp) != NULL) { in tmpfs_dir_lookup_cookie()
1498 dnode->tn_dir.tn_readdir_lastp = NULL; in tmpfs_dir_attach()
1545 dnode->tn_dir.tn_readdir_lastp = NULL; in tmpfs_dir_detach()
1824 node->tn_dir.tn_readdir_lastp = de; in tmpfs_dir_getdents()
H A Dtmpfs.h294 struct tmpfs_dirent * tn_readdir_lastp; member