Searched refs:TMPFS_DIRECTORY (Results 1 – 2 of 2) sorted by relevance
635 tdo->tdo_type = TMPFS_DIRECTORY; in tmpfs_alloc_directory()828 if (to->to_type != TMPFS_DIRECTORY) in tmpfs_find_object()966 if (to->to_type != TMPFS_DIRECTORY) in tmpfs_find_directory()1592 if (to->to_type == TMPFS_DIRECTORY) in tmpfs_readdir()1812 if (parent_tdo->tdo_type != TMPFS_DIRECTORY) in tmpfs_lookup()2125 if (tdo == NULL || tdo->tdo_type != TMPFS_DIRECTORY) in tmpfs_rmdir()2289 if (tde->tde_object->to_type == TMPFS_DIRECTORY) in tmpfs_rename()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()2329 if (new_to->to_type == TMPFS_DIRECTORY) in tmpfs_rename()
57 TMPFS_DIRECTORY = 0, /* Directory */ enumerator