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