Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.h47 #define TFO_FLAG_UNLINKED (1 << 0) /* Bit 0: File is unlinked */ macro
H A Dfs_tmpfs.c333 if (tfo->tfo_refs == 1 && (tfo->tfo_flags & TFO_FLAG_UNLINKED) != 0) in tmpfs_release_lockedfile()
1023 if (tfo->tfo_refs == 0 && (tfo->tfo_flags & TFO_FLAG_UNLINKED) != 0) in tmpfs_close()
1983 tfo->tfo_flags |= TFO_FLAG_UNLINKED; in tmpfs_unlink()
2351 tfo->tfo_flags |= TFO_FLAG_UNLINKED; in tmpfs_rename()

Completed in 3 milliseconds