Searched refs:sectors (Results 201 - 210 of 210) sorted by relevance

123456789

/linux-master/drivers/ata/
H A Dlibata-scsi.c1032 /* configure max sectors */
1446 track = (u32)block / dev->sectors;
1449 sect = (u32)block % dev->sectors + 1;
1459 tf->nsect = n_block & 0xff; /* Sector count 0 means 256 sectors */
1589 * 256 or 65536 sectors, not 0 sectors as in SCSI.
3011 /* Everything else uses 512 byte "sectors" */
3109 * @count: Total Range of request in logical sectors
/linux-master/fs/bcachefs/
H A Dbtree_update_interior.c974 unsigned sectors = round_up(bytes, block_bytes(c)) >> 9; local
977 cpu_to_le16(sectors);
/linux-master/fs/ext4/
H A Dsuper.c480 ((part_stat_read(sb->s_bdev, sectors[STAT_WRITE]) -
3452 * block limit, and also a limit of (2^48 - 1) 512-byte sectors in i_blocks.
3463 * mapped file such that the file's total number of 512-byte sectors,
3467 * number of 512-byte sectors of the file.
3472 * represents total file blocks in 2^32 512-byte sectors ==
4767 * Test whether we have more sectors than will fit in sector_t,
5220 part_stat_read(sb->s_bdev, sectors[STAT_WRITE]);
6115 ((part_stat_read(sb->s_bdev, sectors[STAT_WRITE]) -
/linux-master/drivers/block/drbd/
H A Ddrbd_worker.c500 unsigned int want; /* The number of sectors we want in-flight */
501 int req_sect; /* Number of sectors to request in this turn */
502 int correction; /* Number of sectors more we need in-flight */
552 unsigned int sect_in; /* Number of sectors that came in since the last turn */
578 * but "rs_in_flight" is in "sectors" (512 Byte). */
711 /* adjust very last sectors, in case we are oddly sized */
888 /* adjust for verify start and stop sectors, respective reached position */
1686 (int)part_stat_read_accum(disk->part0, sectors);
H A Ddrbd_receiver.c2346 * about 1<<21 sectors per second. So "worst" case, we have 1<<3 == 8 seconds
2726 * (more than 64 sectors) of activity we cannot account for with our own resync
2771 curr_events = (int)part_stat_read_accum(disk->part0, sectors) -
4109 drbd_err(device, "The peer's disk size is too small! (%llu < %llu sectors)\n",
4134 drbd_info(device, "Peer sets u_size to %lu sectors (old: %lu)\n",
4179 drbd_warn(device, "Ignored diskless peer device size (peer:%llu != me:%llu sectors)!\n",
4182 drbd_err(device, "The peer's device size is too small! (%llu < %llu sectors); demote me first!\n",
/linux-master/drivers/memstick/core/
H A Dms_block.c1687 /* size sectors cylynders heads */
1758 msb->geometry.sectors = chs_table[i].sec;
2116 dbg("Set total disk size to %lu sectors", capacity);
/linux-master/drivers/scsi/
H A Dipr.c331 "102E: Out of alternate sectors for disk storage"},
4663 int heads, sectors; local
4667 sectors = 32;
4674 parm[1] = sectors;
H A Dsd.c1516 geo->sectors = diskinfo[1];
/linux-master/block/
H A Dblk-mq.c795 part_stat_add(req->part, sectors[sgrp], bytes >> 9);
967 * If total number of sectors is less than the first segment
/linux-master/drivers/nvme/host/
H A Dcore.c1737 geo->sectors = 1 << 5;

Completed in 212 milliseconds

123456789