Lines Matching defs:ci
46 static romfs_inode_t ci = (romfs_inode_t)cache;
120 untohl(ci->dir_start));
140 next_be = ci->next;
160 (untohl(ci->dir_start) & ~15));
165 if ((untohl(ci->next) & 7) == RFST_SYMLINK) {
180 switch (untohl(ci->next) & 7) {
206 if (!(untohl(ci->next) & ~15))
210 (untohl(ci->next) & ~15));
232 *len = untohl(ci->size);
234 *csum = untohl(ci->checksum);