CTFS_INO_TYPE
#define CTFS_INO_TYPE_DIR(type) CTFS_INO_TYPE((type), 0)
#define CTFS_INO_TYPE_FILE(type, file) CTFS_INO_TYPE((type), (file) + 1)