Searched refs:sect_no (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | ssfdc.c | 150 int sect_no) in read_physical_sector() 154 loff_t offset = (loff_t)sect_no << SECTOR_SHIFT; in read_physical_sector() 389 unsigned long sect_no; in ssfdcr_readsect() local 391 sect_no = (unsigned long)block_address * sectors_per_block + in ssfdcr_readsect() 395 sect_no); in ssfdcr_readsect() 397 if (read_physical_sector(ssfdc->mbd.mtd, buf, sect_no) < 0) in ssfdcr_readsect() 149 read_physical_sector(struct mtd_info *mtd, uint8_t *sect_buf, int sect_no) read_physical_sector() argument
|
H A D | sm_ftl.c | 1001 unsigned long sect_no, char *buf) in sm_read() 1008 sm_break_offset(ftl, sect_no << 9, &zone_num, &block, &boffset); in sm_read() 1000 sm_read(struct mtd_blktrans_dev *dev, unsigned long sect_no, char *buf) sm_read() argument
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | ssfdc.c | 150 int sect_no) in read_physical_sector() 154 loff_t offset = (loff_t)sect_no << SECTOR_SHIFT; in read_physical_sector() 389 unsigned long sect_no; in ssfdcr_readsect() local 391 sect_no = (unsigned long)block_address * sectors_per_block + in ssfdcr_readsect() 395 sect_no); in ssfdcr_readsect() 397 if (read_physical_sector(ssfdc->mbd.mtd, buf, sect_no) < 0) in ssfdcr_readsect() 149 read_physical_sector(struct mtd_info *mtd, uint8_t *sect_buf, int sect_no) read_physical_sector() argument
|
H A D | sm_ftl.c | 1014 unsigned long sect_no, char *buf) in sm_read() 1021 sm_break_offset(ftl, sect_no << 9, &zone_num, &block, &boffset); in sm_read() 1013 sm_read(struct mtd_blktrans_dev *dev, unsigned long sect_no, char *buf) sm_read() argument
|
Completed in 5 milliseconds