Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.h164 uint8_t tfo_flags; /* See TFO_FLAG_* definitions */ member
Dfs_tmpfs.c332 if (tfo->tfo_refs == 1 && (tfo->tfo_flags & TFO_FLAG_UNLINKED) != 0) in tmpfs_release_lockedfile()
493 tfo->tfo_flags = 0; in tmpfs_alloc_file()
1022 if (tfo->tfo_refs == 0 && (tfo->tfo_flags & TFO_FLAG_UNLINKED) != 0) in tmpfs_close()
1973 tfo->tfo_flags |= TFO_FLAG_UNLINKED; in tmpfs_unlink()
2341 tfo->tfo_flags |= TFO_FLAG_UNLINKED; in tmpfs_rename()