Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.h130 uint16_t tdo_nentries; /* Number of directory entries */ member
Dfs_tmpfs.c412 if(tdo->tdo_nentries > 0) in tmpfs_remove_dirent()
414 tdo->tdo_nentries--; in tmpfs_remove_dirent()
457 parent->tdo_nentries++; in tmpfs_add_dirent()
637 tdo->tdo_nentries = 0; in tmpfs_alloc_directory()
1749 if (tdo->tdo_nentries > 0 || tdo->tdo_refs > 1) in tmpfs_unmount()
2138 if (tdo->tdo_nentries > 0 || tdo->tdo_refs > 1) in tmpfs_rmdir()
2292 if (tdo->tdo_nentries != 0) in tmpfs_rename()
2436 buf->st_nlink = tdo->tdo_nentries + tdo->tdo_refs; in tmpfs_stat_common()