/linux-4.4.14/drivers/md/ |
D | linear.c | 222 sector_t start_sector, end_sector, data_offset; in linear_make_request() local 231 start_sector = tmp_dev->end_sector - tmp_dev->rdev->sectors; in linear_make_request() 237 bio->bi_iter.bi_sector < start_sector)) in linear_make_request() 253 start_sector + data_offset; in linear_make_request() 272 (unsigned long long)start_sector); in linear_make_request()
|
/linux-4.4.14/drivers/scsi/ |
D | ps3rom.c | 172 struct scsi_cmnd *cmd, u32 start_sector, in ps3rom_read_request() argument 178 __func__, __LINE__, sectors, start_sector); in ps3rom_read_request() 181 dev->regions[dev->region_idx].id, start_sector, in ps3rom_read_request() 193 struct scsi_cmnd *cmd, u32 start_sector, in ps3rom_write_request() argument 199 __func__, __LINE__, sectors, start_sector); in ps3rom_write_request() 204 dev->regions[dev->region_idx].id, start_sector, in ps3rom_write_request()
|
/linux-4.4.14/drivers/char/ |
D | ps3flash.c | 46 u64 start_sector, int write) in ps3flash_read_write_sectors() argument 50 start_sector, priv->chunk_sectors, in ps3flash_read_write_sectors() 76 static int ps3flash_fetch(struct ps3_storage_device *dev, u64 start_sector) in ps3flash_fetch() argument 81 if (start_sector == priv->tag) in ps3flash_fetch() 90 res = ps3flash_read_write_sectors(dev, start_sector, 0); in ps3flash_fetch() 94 priv->tag = start_sector; in ps3flash_fetch()
|
/linux-4.4.14/drivers/ps3/ |
D | ps3stor_lib.c | 277 u64 start_sector, u64 sectors, int write) in ps3stor_read_write_sectors() argument 284 __func__, __LINE__, op, sectors, start_sector); in ps3stor_read_write_sectors() 288 start_sector, sectors, 0, lpar, in ps3stor_read_write_sectors() 291 start_sector, sectors, 0, lpar, in ps3stor_read_write_sectors()
|
/linux-4.4.14/drivers/block/ |
D | ps3disk.c | 127 u64 start_sector, sectors; in ps3disk_submit_request_sg() local 142 start_sector = blk_rq_pos(req) * priv->blocking_factor; in ps3disk_submit_request_sg() 145 __func__, __LINE__, op, sectors, start_sector); in ps3disk_submit_request_sg() 151 start_sector, sectors, 0, in ps3disk_submit_request_sg() 155 start_sector, sectors, 0, in ps3disk_submit_request_sg()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | ps3stor.h | 66 u64 start_sector, u64 sectors,
|
/linux-4.4.14/block/partitions/ |
D | efi.h | 111 u8 start_sector; /* unused by EFI, pt start in CHS */ member
|
/linux-4.4.14/Documentation/device-mapper/ |
D | statistics.txt | 49 "<start_sector>+<length>" - a range of <length> 512-byte sectors 50 starting with <start_sector>. 123 <region_id>: <start_sector>+<length> <step> <program_id> <aux_data> 146 <start_sector>+<length> counters
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | xd.h | 182 u32 start_sector, u16 sector_cnt);
|
D | ms.h | 206 u32 start_sector, u16 sector_cnt);
|
D | sd.h | 283 u32 start_sector, u16 sector_cnt);
|
D | ms.c | 2949 struct rtsx_chip *chip, u32 start_sector, argument 2963 if ((start_sector % 4) || (sector_cnt % 4)) { 3010 || ((ms_card->pre_sec_addr + ms_card->pre_sec_cnt) != start_sector) 3032 if ((ms_card->capacity - start_sector) > 0xFE00) 3035 count = (u16)(ms_card->capacity - start_sector); 3046 retval = mspro_set_rw_cmd(chip, start_sector, count, rw_cmd); 3083 ms_card->pre_sec_addr = start_sector; 3815 u32 start_sector, u16 sector_cnt) argument 3841 log_blk = (u16)(start_sector >> ms_card->block_shift); 3842 start_page = (u8)(start_sector & ms_card->page_off); [all …]
|
D | sd.c | 3736 int sd_rw(struct scsi_cmnd *srb, struct rtsx_chip *chip, u32 start_sector, argument 3747 start_sector); 3751 start_sector); 3774 data_addr = start_sector << 9; 3776 data_addr = start_sector; 3790 start_sector))) { 3998 sd_card->pre_sec_addr = start_sector;
|
D | xd.c | 1982 u32 start_sector, u16 sector_cnt) in xd_rw() argument 2019 log_blk = start_sector >> xd_card->block_shift; in xd_rw() 2020 start_page = (u8)start_sector & xd_card->page_off; in xd_rw()
|
/linux-4.4.14/drivers/memstick/core/ |
D | mspro_block.c | 91 __be16 start_sector; member 108 unsigned char start_sector; member 376 be16_to_cpu(x_sys->start_sector)); in mspro_block_attr_show_sysinfo() 420 x_mbr->start_sector); in mspro_block_attr_show_mbr()
|
/linux-4.4.14/fs/ |
D | direct-io.c | 657 sector_t start_sector, struct buffer_head *map_bh) in dio_new_bio() argument 665 sector = start_sector << (sdio->blkbits - 9); in dio_new_bio()
|
/linux-4.4.14/include/uapi/linux/ |
D | cdrom.h | 537 __u32 start_sector; member
|
/linux-4.4.14/fs/btrfs/ |
D | inode.c | 8201 u64 start_sector = orig_bio->bi_iter.bi_sector; in btrfs_submit_direct_hook() local 8210 ret = btrfs_map_block(root->fs_info, rw, start_sector << 9, in btrfs_submit_direct_hook() 8227 bio = btrfs_dio_bio_alloc(orig_bio->bi_bdev, start_sector, GFP_NOFS); in btrfs_submit_direct_hook() 8256 start_sector += submit_len >> 9; in btrfs_submit_direct_hook() 8263 start_sector, GFP_NOFS); in btrfs_submit_direct_hook() 8272 start_sector << 9, in btrfs_submit_direct_hook()
|
/linux-4.4.14/drivers/cdrom/ |
D | cdrom.c | 1832 layer->start_sector = base[5] << 16 | base[6] << 8 | base[7]; in dvd_read_physical()
|