/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_export.h | 350 struct obd_connect_data *ocd; in imp_connect_lru_resize() local 353 ocd = &imp->imp_connect_data; in imp_connect_lru_resize() 354 return !!(ocd->ocd_connect_flags & OBD_CONNECT_LRU_RESIZE); in imp_connect_lru_resize() 373 struct obd_connect_data *ocd; in imp_connect_lvb_type() local 376 ocd = &imp->imp_connect_data; in imp_connect_lvb_type() 377 if (ocd->ocd_connect_flags & OBD_CONNECT_LVB_TYPE) in imp_connect_lvb_type() 385 struct obd_connect_data *ocd; in exp_connect_ibits() local 387 ocd = &exp->exp_connect_data; in exp_connect_ibits() 388 return ocd->ocd_ibits_known; in exp_connect_ibits() 393 struct obd_connect_data *ocd; in imp_connect_disp_stripe() local [all …]
|
D | obd.h | 1130 struct obd_uuid *cluuid, struct obd_connect_data *ocd, 1135 struct obd_connect_data *ocd,
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | import.c | 798 struct obd_connect_data *ocd; in ptlrpc_connect_interpret() local 826 ocd = req_capsule_server_sized_get(&request->rq_pill, in ptlrpc_connect_interpret() 829 if (ocd == NULL) { in ptlrpc_connect_interpret() 843 imp->imp_connect_data = *ocd; in ptlrpc_connect_interpret() 846 imp->imp_obd->obd_name, ocd->ocd_instance); in ptlrpc_connect_interpret() 852 if ((ocd->ocd_connect_flags & imp->imp_connect_flags_orig) != in ptlrpc_connect_interpret() 853 ocd->ocd_connect_flags) { in ptlrpc_connect_interpret() 856 ocd->ocd_connect_flags); in ptlrpc_connect_interpret() 870 exp->exp_connect_data = *ocd; in ptlrpc_connect_interpret() 871 imp->imp_obd->obd_self_export->exp_connect_data = *ocd; in ptlrpc_connect_interpret() [all …]
|
D | pack_generic.c | 1650 void lustre_swab_connect(struct obd_connect_data *ocd) in lustre_swab_connect() argument 1652 __swab64s(&ocd->ocd_connect_flags); in lustre_swab_connect() 1653 __swab32s(&ocd->ocd_version); in lustre_swab_connect() 1654 __swab32s(&ocd->ocd_grant); in lustre_swab_connect() 1655 __swab64s(&ocd->ocd_ibits_known); in lustre_swab_connect() 1656 __swab32s(&ocd->ocd_index); in lustre_swab_connect() 1657 __swab32s(&ocd->ocd_brw_size); in lustre_swab_connect() 1660 __swab16s(&ocd->ocd_grant_extent); in lustre_swab_connect() 1661 __swab32s(&ocd->ocd_unused); in lustre_swab_connect() 1662 __swab64s(&ocd->ocd_transno); in lustre_swab_connect() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 497 struct obd_connect_data *ocd; in client_connect_import() local 522 ocd = &imp->imp_connect_data; in client_connect_import() 524 *ocd = *data; in client_connect_import() 536 LASSERTF((ocd->ocd_connect_flags & data->ocd_connect_flags) == in client_connect_import() 537 ocd->ocd_connect_flags, "old %#llx, new %#llx\n", in client_connect_import() 538 data->ocd_connect_flags, ocd->ocd_connect_flags); in client_connect_import() 539 data->ocd_connect_flags = ocd->ocd_connect_flags; in client_connect_import()
|
/linux-4.1.27/arch/x86/platform/intel-mid/device_libs/ |
D | platform_msic_ocd.c | 36 msic_pdata.ocd = &msic_ocd_pdata; in msic_ocd_platform_data()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | Makefile | 9 obj-y += setup.o traps.o ocd.o ptrace.o
|
/linux-4.1.27/drivers/mfd/ |
D | intel_msic.c | 323 if (pdata->ocd) { in intel_msic_init_devices() 324 unsigned gpio = pdata->ocd->gpio; in intel_msic_init_devices()
|
/linux-4.1.27/arch/unicore32/configs/ |
D | unicore32_defconfig | 29 # for debug, adding: earlyprintk=ocd,keep initcall_debug 32 CONFIG_CMDLINE="earlyprintk=ocd,keep ignore_loglevel"
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 2034 struct obd_connect_data *ocd = NULL; in echo_client_setup() local 2055 OBD_ALLOC(ocd, sizeof(*ocd)); in echo_client_setup() 2056 if (ocd == NULL) { in echo_client_setup() 2062 ocd->ocd_connect_flags = OBD_CONNECT_VERSION | OBD_CONNECT_REQPORTAL | in echo_client_setup() 2067 ocd->ocd_brw_size = DT_MAX_BRW_SIZE; in echo_client_setup() 2068 ocd->ocd_version = LUSTRE_VERSION_CODE; in echo_client_setup() 2069 ocd->ocd_group = FID_SEQ_ECHO; in echo_client_setup() 2071 rc = obd_connect(env, &ec->ec_exp, tgt, &echo_uuid, ocd, NULL); in echo_client_setup() 2079 OBD_FREE(ocd, sizeof(*ocd)); in echo_client_setup()
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig.debug | 22 Write kernel log output directly into the ocd or to a serial port.
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1268 #define OCD_HAS_FLAG(ocd, flg) \ argument 1269 (!!((ocd)->ocd_connect_flags & OBD_CONNECT_##flg)) 1397 extern void lustre_swab_connect(struct obd_connect_data *ocd); 3291 static inline void lustre_set_wire_obdo(struct obd_connect_data *ocd, in lustre_set_wire_obdo() argument 3297 if (ocd == NULL) in lustre_set_wire_obdo() 3300 if (unlikely(!(ocd->ocd_connect_flags & OBD_CONNECT_FID)) && in lustre_set_wire_obdo() 3309 static inline void lustre_get_wire_obdo(struct obd_connect_data *ocd, in lustre_get_wire_obdo() argument 3324 if (ocd == NULL) in lustre_get_wire_obdo() 3327 if (unlikely(!(ocd->ocd_connect_flags & OBD_CONNECT_FID)) && in lustre_get_wire_obdo()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 1052 static void osc_init_grant(struct client_obd *cli, struct obd_connect_data *ocd) in osc_init_grant() argument 1064 cli->cl_avail_grant = ocd->ocd_grant; in osc_init_grant() 1066 cli->cl_avail_grant = ocd->ocd_grant - cli->cl_dirty; in osc_init_grant() 1071 ocd->ocd_grant, cli->cl_dirty); in osc_init_grant() 1074 cli->cl_avail_grant = ocd->ocd_grant; in osc_init_grant() 1078 cli->cl_chunkbits = max_t(int, PAGE_CACHE_SHIFT, ocd->ocd_blocksize); in osc_init_grant() 1085 if (ocd->ocd_connect_flags & OBD_CONNECT_GRANT_SHRINK && in osc_init_grant() 3096 struct obd_connect_data *ocd = &imp->imp_connect_data; in osc_import_event() local 3098 if (ocd->ocd_connect_flags & OBD_CONNECT_GRANT) in osc_import_event() 3099 osc_init_grant(&obd->u.cli, ocd); in osc_import_event() [all …]
|
D | osc_lock.c | 956 struct obd_connect_data *ocd; in osc_lock_to_lockless() local 962 ocd = &class_exp2cliimp(osc_export(oob))->imp_connect_data; in osc_lock_to_lockless() 965 (ocd->ocd_connect_flags & OBD_CONNECT_SRVLOCK); in osc_lock_to_lockless() 971 (ocd->ocd_connect_flags & OBD_CONNECT_TRUNCLOCK) && in osc_lock_to_lockless()
|
D | lproc_osc.c | 493 struct obd_connect_data *ocd = &cli->cl_import->imp_connect_data; in osc_obd_max_pages_per_rpc_seq_write() local 510 if (val == 0 || val > ocd->ocd_brw_size >> PAGE_CACHE_SHIFT) { in osc_obd_max_pages_per_rpc_seq_write()
|
/linux-4.1.27/include/linux/mfd/ |
D | intel_msic.h | 431 struct intel_msic_ocd_pdata *ocd; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 456 struct obd_connect_data *ocd; in lprocfs_mgc_rd_ir_state() local 461 ocd = &imp->imp_connect_data; in lprocfs_mgc_rd_ir_state() 464 OCD_HAS_FLAG(ocd, IMP_RECOV) ? "ENABLED" : "DISABLED"); in lprocfs_mgc_rd_ir_state()
|