Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dsysv.c96 unsigned boff; in volume_id_probe_sysv() local
100 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) { in volume_id_probe_sysv()
101 vs = volume_id_get_buffer(id, off + (boff * SYSV_SUPERBLOCK_BLOCK), 0x200); in volume_id_probe_sysv()
113 for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) { in volume_id_probe_sysv()
114 xs = volume_id_get_buffer(id, off + (boff + XENIX_SUPERBLOCK_BLOCK), 0x200); in volume_id_probe_sysv()