Searched refs:vfs_index_t (Results 1 – 1 of 1) sorted by relevance
38 typedef int8_t vfs_index_t; typedef39 _Static_assert((1 << (sizeof(vfs_index_t)*8)) >= VFS_MAX_COUNT, "VFS index type too small");40 _Static_assert(((vfs_index_t) -1) < 0, "vfs_index_t must be a signed type");47 vfs_index_t vfs_index;