Searched refs:tdo_entry (Results 1 – 2 of 2) sorted by relevance
363 for (node = tdo->tdo_entry.pstNext; node != &tdo->tdo_entry; node = node->pstNext) in tmpfs_find_dirent()456 LOS_ListTailInsert(&parent->tdo_entry, &tde->tde_node); in tmpfs_add_dirent()639 LOS_ListInit(&tdo->tdo_entry); in tmpfs_alloc_directory()1494 LOS_DL_LIST *node = tdo->tdo_entry.pstNext; in tmpfs_closedir()1496 while (node != &tdo->tdo_entry) in tmpfs_closedir()1556 node = tdo->tdo_entry.pstNext; in tmpfs_readdir()1557 while (node != &tdo->tdo_entry && index != 0) in tmpfs_readdir()1563 while (node != &tdo->tdo_entry) in tmpfs_readdir()1574 if (node == &tdo->tdo_entry) in tmpfs_readdir()
131 LOS_DL_LIST tdo_entry; member