Searched refs:sboff (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Dlinux_raid.c49 uint64_t sboff; local
59 sboff = (size & ~(MD_RESERVED_BYTES - 1)) - MD_RESERVED_BYTES;
60 mdp = volume_id_get_buffer(id, off + sboff, 0x800);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dlinux_raid.c49 uint64_t sboff; local
59 sboff = (size & ~(MD_RESERVED_BYTES - 1)) - MD_RESERVED_BYTES;
60 mdp = volume_id_get_buffer(id, off + sboff, 0x800);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Dlinux_raid.c49 uint64_t sboff; local
59 sboff = (size & ~(MD_RESERVED_BYTES - 1)) - MD_RESERVED_BYTES;
60 mdp = volume_id_get_buffer(id, off + sboff, 0x800);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udev/extras/volume_id/lib/
H A Dlinux_raid.c145 uint64_t sboff = (size & ~(MD_RESERVED_BYTES - 1)) - MD_RESERVED_BYTES; local
148 if (volume_id_probe_linux_raid0(id, off + sboff, size) == 0)
152 if (volume_id_probe_linux_raid1(id, off + sboff, size) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/extras/volume_id/lib/
H A Dlinux_raid.c145 uint64_t sboff = (size & ~(MD_RESERVED_BYTES - 1)) - MD_RESERVED_BYTES; local
148 if (volume_id_probe_linux_raid0(id, off + sboff, size) == 0)
152 if (volume_id_probe_linux_raid1(id, off + sboff, size) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/extras/volume_id/lib/
H A Dlinux_raid.c145 uint64_t sboff = (size & ~(MD_RESERVED_BYTES - 1)) - MD_RESERVED_BYTES; local
148 if (volume_id_probe_linux_raid0(id, off + sboff, size) == 0)
152 if (volume_id_probe_linux_raid1(id, off + sboff, size) == 0)

Completed in 263 milliseconds