Searched refs:sect_no (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mtd/
H A Dssfdc.c153 int sect_no) read_physical_sector()
157 loff_t offset = (loff_t)sect_no << SECTOR_SHIFT; read_physical_sector()
392 unsigned long sect_no; ssfdcr_readsect() local
394 sect_no = (unsigned long)block_address * sectors_per_block + ssfdcr_readsect()
398 sect_no); ssfdcr_readsect()
400 if (read_physical_sector(ssfdc->mbd.mtd, buf, sect_no) < 0) ssfdcr_readsect()
152 read_physical_sector(struct mtd_info *mtd, uint8_t *sect_buf, int sect_no) read_physical_sector() argument
H A Dsm_ftl.c1011 unsigned long sect_no, char *buf) sm_read()
1018 sm_break_offset(ftl, sect_no << 9, &zone_num, &block, &boffset); sm_read()
1010 sm_read(struct mtd_blktrans_dev *dev, unsigned long sect_no, char *buf) sm_read() argument

Completed in 377 milliseconds