Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.h58 TMPFS_REGULAR /* Regular file */ enumerator
Dfs_tmpfs.c306 if (to->to_type == TMPFS_REGULAR) in tmpfs_release_lockedobject()
491 tfo->tfo_type = TMPFS_REGULAR; in tmpfs_alloc_file()
922 if (to->to_type != TMPFS_REGULAR) in tmpfs_find_file()
1849 vp->type = to->to_type == TMPFS_REGULAR ? VNODE_TYPE_REG : VNODE_TYPE_DIR; in tmpfs_lookup()
2309 if (old_to->to_type == TMPFS_REGULAR && new_to->to_type == TMPFS_DIRECTORY) in tmpfs_rename()
2315 if (old_to->to_type == TMPFS_DIRECTORY && new_to->to_type == TMPFS_REGULAR) in tmpfs_rename()
2414 if (to->to_type == TMPFS_REGULAR) in tmpfs_stat_common()