Lines Matching full:get_buffer
52 static unsigned char *get_buffer(struct blkid_probe *pr,
567 dir = (struct vfat_dir_entry *) get_buffer(probe, root_start,
594 get_buffer(probe, next_off, buf_size);
607 buf = get_buffer(probe, fat_entry_off, buf_size);
721 buf_mft = get_buffer(probe, off, mft_record_size);
731 buf_mft = get_buffer(probe, off, mft_record_size);
740 buf_mft = get_buffer(probe, off, mft_record_size);
955 sws = (struct swap_id_block *) get_buffer(probe, 1024, 1024);
1007 get_buffer(probe, bs*2048+32768, sizeof(isosb));
1018 get_buffer(probe, j*bs*2048+32768,
1223 buf = get_buffer(probe, off + (id->bim_kboff * 1024),
1247 buf = get_buffer(probe, off + (cat_block * blocksize), 0x2000);
1280 buf = get_buffer(probe, off + leaf_off, leaf_node_size);
1580 buf = get_buffer(&probe, idx << 10, 1024);