Searched refs:SECTOR_SIZE (Results 1 – 12 of 12) sorted by relevance
11 #define SECTOR_SIZE 0x200 macro
19 #define SECTOR_SIZE 0x200 macro
122 #define SECTOR_SIZE 0x200 macro
25 #define SECTOR_SIZE 0x200 macro
24 #define SECTOR_SIZE 0x200 macro
30 memset(buf, 0xcc, blkcnt * SECTOR_SIZE); in rkusb_read_sector()140 if (block_dev->blksz != SECTOR_SIZE) in rkusb_init()
88 if (block_dev->blksz != SECTOR_SIZE) in ums_init()
62 #define SECTOR_SIZE 5 macro273 pCMD->cmd[SECTOR_SIZE]=pFG->sect_code; /* sector size code */ in fdc_issue_cmd()
767 file_offset / SECTOR_SIZE, in do_read()768 amount / SECTOR_SIZE, in do_read()773 nread = rc * SECTOR_SIZE; in do_read()942 file_offset / SECTOR_SIZE, in do_write()943 amount / SECTOR_SIZE, in do_write()947 nwritten = rc * SECTOR_SIZE; in do_write()1062 file_offset / SECTOR_SIZE, in do_verify()1063 amount / SECTOR_SIZE, in do_verify()1067 nread = rc * SECTOR_SIZE; in do_verify()
391 file_offset / SECTOR_SIZE, in rkusb_do_lba_erase()392 amount / SECTOR_SIZE); in rkusb_do_lba_erase()
408 #define FSYSREISER_MIN_BLOCKSIZE SECTOR_SIZE
327 || (SECTOR_SIZE << INFO->blocksize_shift) != sb_blocksize(&super)) in reiserfs_mount()