Searched refs:root_offset (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/cramfs/
H A Dinode.c514 unsigned long root_offset; local
563 root_offset = super->root.offset << 2;
575 if (root_offset == 0)
578 ((root_offset != sizeof(struct cramfs_super)) &&
579 (root_offset != 512 + sizeof(struct cramfs_super))))
581 errorfc(fc, "bad root offset %lu", root_offset);
/linux-master/drivers/of/
H A Dfdt.c59 int root_offset; local
62 root_offset = fdt_path_offset(initial_boot_params, "/");
63 if (root_offset < 0)
66 addr_prop = fdt_getprop(initial_boot_params, root_offset,
71 size_prop = fdt_getprop(initial_boot_params, root_offset,
/linux-master/arch/powerpc/kexec/
H A Dfile_load_64.c1138 int pci_offset, root_offset, ret = 0; local
1143 root_offset = fdt_path_offset(fdt, "/");
1145 pci_offset = fdt_subnode_offset(fdt, root_offset, of_node_full_name(dn));

Completed in 83 milliseconds