Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c520 struct tmpfs_file_s *newtfo; in tmpfs_create_file() local
569 newtfo = tmpfs_alloc_file(); in tmpfs_create_file()
570 if (newtfo == NULL) in tmpfs_create_file()
578 ret = tmpfs_add_dirent(&parent, (struct tmpfs_object_s *)newtfo, copy); in tmpfs_create_file()
594 *tfo = newtfo; in tmpfs_create_file()
600 sem_destroy(&newtfo->tfo_exclsem.ts_sem); in tmpfs_create_file()
601 kmm_free(newtfo); in tmpfs_create_file()

Completed in 2 milliseconds