Lines Matching refs:bs
999 int j, bs;
1005 for (bs = 1; bs < 16; bs++) {
1007 get_buffer(probe, bs*2048+32768, sizeof(isosb));
1018 get_buffer(probe, j*bs*2048+32768,
1375 struct btrfs_super_block *bs;
1378 bs = (struct btrfs_super_block *)buf;
1380 if (strlen(bs->label))
1381 label = bs->label;
1382 blkid_set_tag(probe->dev, "LABEL", label, sizeof(bs->label));
1383 set_uuid(probe->dev, bs->fsid, 0);