Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h103 #define MD_MAX_BRW_SIZE (1 << LNET_MTU_BITS) macro
104 #define MD_MAX_BRW_PAGES (MD_MAX_BRW_SIZE >> PAGE_CACHE_SHIFT)
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c230 data->ocd_brw_size = MD_MAX_BRW_SIZE; in client_common_fill_super()