Home
last modified time | relevance | path

Searched refs:root_offset (Results 1 – 2 of 2) sorted by relevance

/linux/fs/cramfs/
H A Dinode.c523 unsigned long root_offset; in cramfs_read_super() local
572 root_offset = super->root.offset << 2; in cramfs_read_super()
584 if (root_offset == 0) in cramfs_read_super()
587 ((root_offset != sizeof(struct cramfs_super)) && in cramfs_read_super()
588 (root_offset != 512 + sizeof(struct cramfs_super)))) in cramfs_read_super()
590 errorfc(fc, "bad root offset %lu", root_offset); in cramfs_read_super()
/linux/arch/powerpc/kexec/
H A Dfile_load_64.c720 int pci_offset, root_offset, ret = 0; in update_pci_dma_nodes() local
725 root_offset = fdt_path_offset(fdt, "/"); in update_pci_dma_nodes()
727 pci_offset = fdt_subnode_offset(fdt, root_offset, of_node_full_name(dn)); in update_pci_dma_nodes()