Home
last modified time | relevance | path

Searched refs:tdo_entry (Results 1 - 2 of 2) sorted by relevance

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c364 for (node = tdo->tdo_entry.pstNext; node != &tdo->tdo_entry; node = node->pstNext) in tmpfs_find_dirent()
457 LOS_ListTailInsert(&parent->tdo_entry, &tde->tde_node); in tmpfs_add_dirent()
640 LOS_ListInit(&tdo->tdo_entry); in tmpfs_alloc_directory()
1504 LOS_DL_LIST *node = tdo->tdo_entry.pstNext; in tmpfs_closedir()
1506 while (node != &tdo->tdo_entry) in tmpfs_closedir()
1566 node = tdo->tdo_entry.pstNext; in tmpfs_readdir()
1567 while (node != &tdo->tdo_entry && index != 0) in tmpfs_readdir()
1573 while (node != &tdo->tdo_entry) in tmpfs_readdir()
1584 if (node == &tdo->tdo_entry) in tmpfs_readdir()
[all...]
H A Dfs_tmpfs.h131 LOS_DL_LIST tdo_entry; member

Completed in 3 milliseconds