Home
last modified time | relevance | path

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

/linux-6.15/fs/cramfs/
H A Dinode.c514 unsigned long root_offset; in cramfs_read_super() local
563 root_offset = super->root.offset << 2; in cramfs_read_super()
575 if (root_offset == 0) in cramfs_read_super()
578 ((root_offset != sizeof(struct cramfs_super)) && in cramfs_read_super()
579 (root_offset != 512 + sizeof(struct cramfs_super)))) in cramfs_read_super()
581 errorfc(fc, "bad root offset %lu", root_offset); in cramfs_read_super()
/linux-6.15/arch/powerpc/kexec/
H A Dfile_load_64.c708 int pci_offset, root_offset, ret = 0; in update_pci_dma_nodes() local
713 root_offset = fdt_path_offset(fdt, "/"); in update_pci_dma_nodes()
715 pci_offset = fdt_subnode_offset(fdt, root_offset, of_node_full_name(dn)); in update_pci_dma_nodes()