Searched defs:sector (Results 1 - 10 of 10) sorted by relevance

/include/linux/
H A Ddm-io.h19 sector_t sector; member in struct:dm_io_region
H A Dnvme.h141 static inline u64 nvme_block_nr(struct nvme_ns *ns, sector_t sector) argument
143 return (sector >> (ns->lba_shift - 9));
H A Dpktcdvd.h73 sector_t last_write; /* The sector where the last write ended */
120 sector_t sector; /* First sector in this packet */ member in struct:packet_data
136 /* by the sector variable is completely cached */
H A Dgenhd.h71 unsigned char sector; /* starting sector */ member in struct:partition
75 unsigned char end_sector; /* end sector */
77 __le32 start_sect; /* starting sector counting from 0 */
292 sector_t sector);
462 __le32 s_start; /* start sector no of partition */
471 __le16 v_sectorsz; /* sector size in bytes */
500 __u32 d_secsize; /* # of bytes per sector */
510 __u16 d_interleave; /* hardware sector interleave */
511 __u16 d_trackskew; /* sector
[all...]
H A Data.h609 * 0xe000 ignores bit 12 (logical sector > 512 bytes)
618 * If device has more than one logical sector per physical sector
619 * (aka 512 byte emulation), vendors might offset the "sector 0" address
620 * so sector 63 is "naturally aligned" - e.g. FAT partition table.
974 * sector to sector + count. This is used for TRIM and for ADD LBA(S)
978 unsigned buf_size, u64 sector, unsigned long count)
984 u64 entry = sector |
990 sector
977 ata_set_lba_range_entries(void *_buffer, unsigned buf_size, u64 sector, unsigned long count) argument
[all...]
H A Dblkdev.h118 sector_t __sector; /* sector cursor */
866 * blk_rq_pos() : the current sector
1161 extern int blkdev_issue_discard(struct block_device *bdev, sector_t sector,
1163 extern int blkdev_issue_write_same(struct block_device *bdev, sector_t sector,
1165 extern int blkdev_issue_zeroout(struct block_device *bdev, sector_t sector,
1278 static inline int queue_limit_alignment_offset(struct queue_limits *lim, sector_t sector) argument
1281 unsigned int alignment = sector_div(sector, granularity >> 9) << 9;
1307 static inline int queue_limit_discard_alignment(struct queue_limits *lim, sector_t sector) argument
1321 offset = sector_div(sector, granularity);
/include/uapi/linux/
H A Dvirtio_blk.h121 __u64 sector; member in struct:virtio_blk_outhdr
H A Dblktrace_api.h102 __u64 sector; /* disk offset */ member in struct:blk_io_trace
H A Ddm-ioctl.h211 __u64 sector; /* Device sector */ member in struct:dm_target_msg
H A Dhdreg.h41 unsigned sector : 1; member in struct:ide_reg_valid_s::__anon1798
237 #define WIN_READ_BUFFER 0xE4 /* force read only 1 sector */
241 #define WIN_WRITE_BUFFER 0xE8 /* force write only 1 sector */
404 unsigned short sector_bytes; /* unformatted bytes per sector */
442 unsigned char multsect; /* current multiple sector count */

Completed in 169 milliseconds