Home
last modified time | relevance | path

Searched refs:SECTOR_SIZE (Results 1 – 8 of 8) sorted by relevance

/u-boot/include/
A Dusb_mass_storage.h10 #define SECTOR_SIZE 0x200 macro
A Dreiserfs.h18 #define SECTOR_SIZE 0x200 macro
A Dzfs_common.h27 #define SECTOR_SIZE 0x200 macro
A Dext_common.h27 #define SECTOR_SIZE 0x200 macro
/u-boot/drivers/usb/gadget/
A Df_mass_storage.c766 file_offset / SECTOR_SIZE, in do_read()
767 amount / SECTOR_SIZE, in do_read()
772 nread = rc * SECTOR_SIZE; in do_read()
940 file_offset / SECTOR_SIZE, in do_write()
941 amount / SECTOR_SIZE, in do_write()
945 nwritten = rc * SECTOR_SIZE; in do_write()
1056 file_offset / SECTOR_SIZE, in do_verify()
1057 amount / SECTOR_SIZE, in do_verify()
1061 nread = rc * SECTOR_SIZE; in do_verify()
/u-boot/cmd/
A Dusb_mass_storage.c91 if (block_dev->blksz != SECTOR_SIZE) in ums_init()
/u-boot/fs/reiserfs/
A Dreiserfs_private.h409 #define FSYSREISER_MIN_BLOCKSIZE SECTOR_SIZE
A Dreiserfs.c326 || (SECTOR_SIZE << INFO->blocksize_shift) != sb_blocksize(&super)) in reiserfs_mount()

Completed in 26 milliseconds