root_offset        39 drivers/mtd/parsers/ar7part.c 	unsigned int root_offset = ROOT_OFFSET;
root_offset        84 drivers/mtd/parsers/ar7part.c 		root_offset = offset + sizeof(header) + 4;
root_offset        92 drivers/mtd/parsers/ar7part.c 		root_offset = offset + sizeof(header) + 4 + 0xff;
root_offset        93 drivers/mtd/parsers/ar7part.c 		root_offset &= ~(uint32_t)0xff;
root_offset       100 drivers/mtd/parsers/ar7part.c 	mtd_read(master, root_offset, sizeof(header), &len, (u8 *)&header);
root_offset       102 drivers/mtd/parsers/ar7part.c 		root_offset += master->erasesize - 1;
root_offset       103 drivers/mtd/parsers/ar7part.c 		root_offset &= ~(master->erasesize - 1);
root_offset       112 drivers/mtd/parsers/ar7part.c 	ar7_parts[3].offset = root_offset;
root_offset       113 drivers/mtd/parsers/ar7part.c 	ar7_parts[3].size = master->size - root_offset - post_size;
root_offset        51 drivers/of/fdt.c 	int root_offset;
root_offset        54 drivers/of/fdt.c 	root_offset = fdt_path_offset(initial_boot_params, "/");
root_offset        55 drivers/of/fdt.c 	if (root_offset < 0)
root_offset        58 drivers/of/fdt.c 	addr_prop = fdt_getprop(initial_boot_params, root_offset,
root_offset        63 drivers/of/fdt.c 	size_prop = fdt_getprop(initial_boot_params, root_offset,
root_offset       521 fs/cramfs/inode.c 	unsigned long root_offset;
root_offset       570 fs/cramfs/inode.c 	root_offset = super->root.offset << 2;
root_offset       582 fs/cramfs/inode.c 	if (root_offset == 0)
root_offset       585 fs/cramfs/inode.c 		 ((root_offset != sizeof(struct cramfs_super)) &&
root_offset       586 fs/cramfs/inode.c 		  (root_offset != 512 + sizeof(struct cramfs_super))))
root_offset       588 fs/cramfs/inode.c 		errorf(fc, "cramfs: bad root offset %lu", root_offset);