Searched refs:old_sector (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | rfd_ftl.c | 322 static int move_block_contents(struct partition *part, int block_no, u_long *old_sector) in move_block_contents() argument 371 if (*old_sector == addr) { in move_block_contents() 372 *old_sector = -1; in move_block_contents() 410 static int reclaim_block(struct partition *part, u_long *old_sector) in reclaim_block() argument 420 if (*old_sector != -1) in reclaim_block() 421 old_sector_block = *old_sector / part->block_size; in reclaim_block() 470 rc = move_block_contents(part, best_block, old_sector); in reclaim_block() 506 static int find_writable_block(struct partition *part, u_long *old_sector) in find_writable_block() argument 515 rc = reclaim_block(part, old_sector); in find_writable_block()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | block.h | 585 __field( sector_t, old_sector ) 594 __entry->old_sector = from; 603 (unsigned long long)__entry->old_sector) 629 __field( sector_t, old_sector ) 639 __entry->old_sector = from; 649 (unsigned long long)__entry->old_sector, __entry->nr_bios)
|