Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.h98 uint8_t to_refs; /* Reference count */ member
Dfs_tmpfs.c302 DEBUGASSERT(to && to->to_refs > 0); in tmpfs_release_lockedobject()
312 if(to->to_refs > 0) in tmpfs_release_lockedobject()
314 to->to_refs--; in tmpfs_release_lockedobject()
891 to->to_refs++; in tmpfs_find_object()
1833 to->to_refs++; in tmpfs_lookup()
2281 old_to->to_refs++; in tmpfs_rename()
2337 if (new_to->to_refs > 0) in tmpfs_rename()
2492 to->to_refs++; in tmpfs_stat()