Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.h129 uint8_t tdo_count; /* Number of times the directory was opened */ member
Dfs_tmpfs.c402 if (tdo->tdo_count == 0) in tmpfs_remove_dirent()
638 tdo->tdo_count = 0; in tmpfs_alloc_directory()
1458 tdo->tdo_count++; in tmpfs_opendir()
1492 if (tdo->tdo_count == 1) in tmpfs_closedir()
1511 if (tdo->tdo_count > 0) in tmpfs_closedir()
1513 tdo->tdo_count--; in tmpfs_closedir()