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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cramfs/
H A Dinode.c239 unsigned long root_offset; local
283 root_offset = super.root.offset << 2;
295 if (root_offset == 0)
298 ((root_offset != sizeof(struct cramfs_super)) &&
299 (root_offset != 512 + sizeof(struct cramfs_super))))
301 printk(KERN_ERR "cramfs: bad root offset %lu\n", root_offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c10659 int limit_offset, root_offset; local
10662 root_offset = limit_offset = ((char *) root_info - outdir->buf) +
10671 root = (struct ext2_dx_entry *) (outdir->buf + root_offset);
10692 (outdir->buf + root_offset);
10703 root_offset += sizeof(struct ext2_dx_entry);

Completed in 83 milliseconds