Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.h129 uint8_t tdo_count; /* Number of times the directory was opened */ member
H A Dfs_tmpfs.c403 if (tdo->tdo_count == 0) in tmpfs_remove_dirent()
639 tdo->tdo_count = 0; in tmpfs_alloc_directory()
1468 tdo->tdo_count++; in tmpfs_opendir()
1502 if (tdo->tdo_count == 1) in tmpfs_closedir()
1521 if (tdo->tdo_count > 0) in tmpfs_closedir()
1523 tdo->tdo_count--; in tmpfs_closedir()

Completed in 5 milliseconds