Home
last modified time | relevance | path

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

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