Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_export.h287 return exp->exp_connect_data.ocd_brw_size; in exp_max_brw_size()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c251 data->ocd_brw_size = MD_MAX_BRW_SIZE; in client_common_fill_super()
373 sbi->ll_md_brw_size = data->ocd_brw_size; in client_common_fill_super()
439 data->ocd_brw_size = DT_MAX_BRW_SIZE; in client_common_fill_super()
/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c496 if (val == 0 || val > ocd->ocd_brw_size >> PAGE_CACHE_SHIFT) { in osc_obd_max_pages_per_rpc_seq_write()
Dosc_request.c1304 cli->cl_import->imp_connect_data.ocd_brw_size >> LNET_MTU_BITS, in osc_brw_prep_request()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1332 __u32 ocd_brw_size; /* Maximum BRW size in bytes, must be 2^n */ member
1351 __u32 ocd_brw_size; /* Maximum BRW size in bytes */ member
/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1119 min(ocd->ocd_brw_size >> PAGE_CACHE_SHIFT, in ptlrpc_connect_interpret()
Dwiretest.c897 LASSERTF((int)offsetof(struct obd_connect_data, ocd_brw_size) == 20, "found %lld\n", in lustre_assert_wire_constants()
898 (long long)(int)offsetof(struct obd_connect_data, ocd_brw_size)); in lustre_assert_wire_constants()
899 LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_brw_size) == 4, "found %lld\n", in lustre_assert_wire_constants()
900 (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_brw_size)); in lustre_assert_wire_constants()
Dpack_generic.c1685 __swab32s(&ocd->ocd_brw_size); in lustre_swab_connect()
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2026 ocd->ocd_brw_size = DT_MAX_BRW_SIZE; in echo_client_setup()