Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.h58 TMPFS_REGULAR /* Regular file */ enumerator
H A Dfs_tmpfs.c307 if (to->to_type == TMPFS_REGULAR) in tmpfs_release_lockedobject()
492 tfo->tfo_type = TMPFS_REGULAR; in tmpfs_alloc_file()
923 if (to->to_type != TMPFS_REGULAR) in tmpfs_find_file()
1608 else /* to->to_type == TMPFS_REGULAR) */ in tmpfs_readdir()
1859 vp->type = to->to_type == TMPFS_REGULAR ? VNODE_TYPE_REG : VNODE_TYPE_DIR; in tmpfs_lookup()
2319 if (old_to->to_type == TMPFS_REGULAR && new_to->to_type == TMPFS_DIRECTORY) in tmpfs_rename()
2325 if (old_to->to_type == TMPFS_DIRECTORY && new_to->to_type == TMPFS_REGULAR) in tmpfs_rename()
2424 if (to->to_type == TMPFS_REGULAR) in tmpfs_stat_common()

Completed in 3 milliseconds