Lines Matching defs:nextfh
156 int j, ino, nextfh;
196 nextfh = be32_to_cpu(ri.next);
197 if ((nextfh & ROMFH_TYPE) == ROMFH_HRD)
200 romfs_dtype_table[nextfh & ROMFH_TYPE]))
203 offset = nextfh & ROMFH_MASK;
284 unsigned nextfh;
297 nextfh = be32_to_cpu(ri.next);
298 if ((nextfh & ROMFH_TYPE) != ROMFH_HRD)
328 mode = romfs_modemap[nextfh & ROMFH_TYPE];
330 switch (nextfh & ROMFH_TYPE) {
335 if (nextfh & ROMFH_EXEC)
341 if (nextfh & ROMFH_EXEC)
352 nextfh = be32_to_cpu(ri.spec);
353 init_special_inode(i, mode, MKDEV(nextfh >> 16,
354 nextfh & 0xffff));