Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.h130 uint16_t tdo_nentries; /* Number of directory entries */ member
H A Dfs_tmpfs.c413 if(tdo->tdo_nentries > 0) in tmpfs_remove_dirent()
415 tdo->tdo_nentries--; in tmpfs_remove_dirent()
458 parent->tdo_nentries++; in tmpfs_add_dirent()
638 tdo->tdo_nentries = 0; in tmpfs_alloc_directory()
1759 if (tdo->tdo_nentries > 0 || tdo->tdo_refs > 1) in tmpfs_unmount()
2148 if (tdo->tdo_nentries > 0 || tdo->tdo_refs > 1) in tmpfs_rmdir()
2302 if (tdo->tdo_nentries != 0) in tmpfs_rename()
2446 buf->st_nlink = tdo->tdo_nentries + tdo->tdo_refs; in tmpfs_stat_common()

Completed in 4 milliseconds