Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/storage/
H A Dustorage_fs.c109 #ifndef USTORAGE_FS_RAM_SECT
110 #define USTORAGE_FS_RAM_SECT (1UL << 13) macro
376 malloc(USTORAGE_FS_RAM_SECT << 9, M_USB, in ustorage_fs_attach()
380 sc->sc_lun[0].num_sectors = USTORAGE_FS_RAM_SECT; in ustorage_fs_attach()