Home
last modified time | relevance | path

Searched refs:volume_id_get_buffer (Results 1 – 25 of 41) sorted by relevance

12

/busybox-1.35.0/util-linux/volume_id/
Dudf.c78 vsd = volume_id_get_buffer(id, off + UDF_VSD_OFFSET, 0x200); in volume_id_probe_udf()
101 vsd = volume_id_get_buffer(id, off + UDF_VSD_OFFSET + bs, 0x800); in volume_id_probe_udf()
113 vsd = volume_id_get_buffer(id, off + UDF_VSD_OFFSET + (b * bs), 0x800); in volume_id_probe_udf()
131 vd = volume_id_get_buffer(id, off + (256 * bs), 0x200); in volume_id_probe_udf()
146 vd = volume_id_get_buffer(id, off + ((loc + b) * bs), 0x200); in volume_id_probe_udf()
Dlinux_swap.c51 buf = volume_id_get_buffer(id, off + page-10, 10); in volume_id_probe_linux_swap()
66 sw = volume_id_get_buffer(id, off, sizeof(struct swap_header_v1_2)); in volume_id_probe_linux_swap()
Dunused_mac.c53 buf = volume_id_get_buffer(id, off, 0x200); in volume_id_probe_mac_partition_map()
77 buf = volume_id_get_buffer(id, off + bsize, 0x200); in volume_id_probe_mac_partition_map()
98 buf = volume_id_get_buffer(id, off + ((i+1) * bsize), 0x200); in volume_id_probe_mac_partition_map()
Dunused_lvm.c49 lvm = volume_id_get_buffer(id, off + LVM1_SB_OFF, 0x800); in volume_id_probe_lvm1()
73 buf = volume_id_get_buffer(id, off, LVM2LABEL_SCAN_SECTORS * 0x200); in volume_id_probe_lvm2()
Dunused_highpoint.c53 hpt = volume_id_get_buffer(id, off + HPT37X_CONFIG_OFF, 0x200); in volume_id_probe_highpoint_37x_raid()
80 hpt = volume_id_get_buffer(id, off + meta_off, 0x200); in volume_id_probe_highpoint_45x_raid()
Dfat.c151 vs = volume_id_get_buffer(id, fat_partition_off, 0x200); in volume_id_probe_vfat()
259 buf = volume_id_get_buffer(id, fat_partition_off + root_start_off, buf_size); in volume_id_probe_vfat()
265 vs = volume_id_get_buffer(id, fat_partition_off, 0x200); in volume_id_probe_vfat()
299 buf = volume_id_get_buffer(id, fat_partition_off + next_off, buf_size); in volume_id_probe_vfat()
314 buf = volume_id_get_buffer(id, fat_partition_off + fat_entry_off, buf_size); in volume_id_probe_vfat()
326 vs = volume_id_get_buffer(id, fat_partition_off, 0x200); in volume_id_probe_vfat()
Dunused_hpfs.c42 hs = volume_id_get_buffer(id, off + HPFS_SUPERBLOCK_OFFSET, 0x200); in volume_id_probe_hpfs()
Dreiserfs.c65 rs = volume_id_get_buffer(id, off + REISERFS_SUPERBLOCK_OFFSET, 0x200); in volume_id_probe_reiserfs()
95 rs = volume_id_get_buffer(id, off + REISERFS1_SUPERBLOCK_OFFSET, 0x200); in volume_id_probe_reiserfs()
Dunused_lsi_raid.c47 lsi = volume_id_get_buffer(id, off + meta_off, 0x200); in volume_id_probe_lsi_mega_raid()
Diso9660.c65 buf = volume_id_get_buffer(id, off + ISO_SUPERBLOCK_OFFSET, 0x200); in volume_id_probe_iso9660()
84 is = volume_id_get_buffer(id, off + vd_offset, 0x200); in volume_id_probe_iso9660()
Dunused_nvidia_raid.c50 nv = volume_id_get_buffer(id, off + meta_off, 0x200); in volume_id_probe_nvidia_raid()
Dromfs.c43 rfs = volume_id_get_buffer(id, off, 0x200); in volume_id_probe_romfs()
Dunused_isw_raid.c52 isw = volume_id_get_buffer(id, off + meta_off, 0x200); in volume_id_probe_intel_software_raid()
Dexfat.c87 sb = volume_id_get_buffer(id, EXFAT_SB_OFFSET, sizeof(*sb)); in volume_id_probe_exfat()
115 de = volume_id_get_buffer(id, root_dir_off + (count * EXFAT_DIR_ENTRY_SZ), EXFAT_DIR_ENTRY_SZ); in volume_id_probe_exfat()
Dunused_promise_raid.c55 pdc = volume_id_get_buffer(id, off + meta_off, 0x200); in volume_id_probe_promise_fasttrack_raid()
Dlfs.c51 sb = volume_id_get_buffer(id, LFS_SB1_OFFSET, sizeof(*sb)); in volume_id_probe_lfs()
Dcramfs.c51 cs = volume_id_get_buffer(id, off, 0x200); in volume_id_probe_cramfs()
Dsysv.c101 vs = volume_id_get_buffer(id, off + (boff * SYSV_SUPERBLOCK_BLOCK), 0x200); in volume_id_probe_sysv()
114 xs = volume_id_get_buffer(id, off + (boff + XENIX_SUPERBLOCK_BLOCK), 0x200); in volume_id_probe_sysv()
Dsquashfs.c37 sb = volume_id_get_buffer(id, off, 0x200); in volume_id_probe_squashfs()
Djfs.c51 js = volume_id_get_buffer(id, off + JFS_SUPERBLOCK_OFFSET, 0x200); in volume_id_probe_jfs()
Dunused_via_raid.c58 via = volume_id_get_buffer(id, off + meta_off, 0x200); in volume_id_probe_via_raid()
Dext.c39 es = volume_id_get_buffer(id, off + EXT_SUPERBLOCK_OFFSET, 0x200); in volume_id_probe_ext()
Dxfs.c51 xs = volume_id_get_buffer(id, off, 0x200); in volume_id_probe_xfs()
Dunused_silicon_raid.c62 sil = volume_id_get_buffer(id, off + meta_off, 0x200); in volume_id_probe_silicon_medley_raid()
Dhfs.c189 buf = volume_id_get_buffer(id, off + HFS_SUPERBLOCK_OFFSET, 0x200); in volume_id_probe_hfs_hfsplus()
212 buf = volume_id_get_buffer(id, off + HFS_SUPERBLOCK_OFFSET, 0x200); in volume_id_probe_hfs_hfsplus()
246 buf = volume_id_get_buffer(id, off + (cat_block * blocksize), 0x2000); in volume_id_probe_hfs_hfsplus()
287 buf = volume_id_get_buffer(id, off + leaf_off, leaf_node_size); in volume_id_probe_hfs_hfsplus()

12