Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cramfs/
Dinode.c517 unsigned long root_offset; in cramfs_read_super() local
565 root_offset = super->root.offset << 2; in cramfs_read_super()
577 if (root_offset == 0) in cramfs_read_super()
580 ((root_offset != sizeof(struct cramfs_super)) && in cramfs_read_super()
581 (root_offset != 512 + sizeof(struct cramfs_super)))) in cramfs_read_super()
583 pr_err("bad root offset %lu\n", root_offset); in cramfs_read_super()
/linux-4.19.296/drivers/of/
Dfdt.c52 int root_offset; in of_fdt_limit_memory() local
55 root_offset = fdt_path_offset(initial_boot_params, "/"); in of_fdt_limit_memory()
56 if (root_offset < 0) in of_fdt_limit_memory()
59 addr_prop = fdt_getprop(initial_boot_params, root_offset, in of_fdt_limit_memory()
64 size_prop = fdt_getprop(initial_boot_params, root_offset, in of_fdt_limit_memory()