Lines Matching refs:get_buffer
50 static unsigned char *get_buffer(struct blkid_probe *pr, in get_buffer() function
565 dir = (struct vfat_dir_entry *) get_buffer(probe, root_start, in probe_fat()
592 get_buffer(probe, next_off, buf_size); in probe_fat()
605 buf = get_buffer(probe, fat_entry_off, buf_size); in probe_fat()
719 buf_mft = get_buffer(probe, off, mft_record_size); in probe_ntfs()
729 buf_mft = get_buffer(probe, off, mft_record_size); in probe_ntfs()
738 buf_mft = get_buffer(probe, off, mft_record_size); in probe_ntfs()
953 sws = (struct swap_id_block *) get_buffer(probe, 1024, 1024); in probe_swap1()
1005 get_buffer(probe, bs*2048+32768, sizeof(isosb)); in probe_udf()
1016 get_buffer(probe, j*bs*2048+32768, in probe_udf()
1224 buf = get_buffer(probe, off + (id->bim_kboff * 1024), in probe_hfsplus()
1249 buf = get_buffer(probe, off + (cat_block * blocksize), 0x2000); in probe_hfsplus()
1282 buf = get_buffer(probe, off + leaf_off, leaf_node_size); in probe_hfsplus()
1596 buf = get_buffer(&probe, idx << 10, 1024); in blkid_verify()