Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.h47 #define TFO_FLAG_UNLINKED (1 << 0) /* Bit 0: File is unlinked */ macro
Dfs_tmpfs.c332 if (tfo->tfo_refs == 1 && (tfo->tfo_flags & TFO_FLAG_UNLINKED) != 0) in tmpfs_release_lockedfile()
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()