Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Drw26.c361 ~(DT_MAX_BRW_SIZE - 1))
Dllite_lib.c432 data->ocd_brw_size = DT_MAX_BRW_SIZE; in client_common_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h106 #define DT_MAX_BRW_SIZE PTLRPC_MAX_BRW_SIZE macro
107 #define DT_MAX_BRW_PAGES (DT_MAX_BRW_SIZE >> PAGE_CACHE_SHIFT)
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2067 ocd->ocd_brw_size = DT_MAX_BRW_SIZE; in echo_client_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c249 aa->aa_oi->oi_oa->o_blksize = DT_MAX_BRW_SIZE; in osc_getattr_interpret()