Searched defs:old_blk (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/staging/rts5208/ | 
| D | xd.c | 1196 static int xd_copy_page(struct rtsx_chip *chip, u32 old_blk, u32 new_blk,  in xd_copy_page()1763 		u32 old_blk, u32 new_blk, u32 log_blk, u8 page_off)  in xd_finish_write()
 1824 		u32 old_blk, u32 new_blk, u32 log_blk, u8 page_off)  in xd_prepare_write()
 1843 static int xd_write_multiple_pages(struct rtsx_chip *chip, u32 old_blk,  in xd_write_multiple_pages()
 1992 	u32 log_blk, old_blk = 0, new_blk = 0;  in xd_rw()  local
 
 | 
| D | ms.c | 1863 static int ms_copy_page(struct rtsx_chip *chip, u16 old_blk, u16 new_blk,  in ms_copy_page()3507 static int ms_write_multiple_pages(struct rtsx_chip *chip, u16 old_blk,  in ms_write_multiple_pages()
 3730 static int ms_finish_write(struct rtsx_chip *chip, u16 old_blk, u16 new_blk,  in ms_finish_write()
 3759 static int ms_prepare_write(struct rtsx_chip *chip, u16 old_blk, u16 new_blk,  in ms_prepare_write()
 3822 	u16 old_blk = 0, new_blk = 0, log_blk, total_sec_cnt = sector_cnt;  in ms_rw_multi_sector()  local
 
 | 
| /linux-4.1.27/fs/xfs/libxfs/ | 
| D | xfs_da_btree.c | 1641 	struct xfs_da_state_blk	*old_blk,  in xfs_da3_blk_link()
 |