Searched refs:tr_state (Results 1 – 3 of 3) sorted by relevance
/trusty/user/app/storage/ |
D | block_device_tipc.c | 550 state->fs_rpmb.tr_state = &state->tr_state_rpmb; in block_device_tipc_init() 552 storage_aidl_enable_filesystem(aidl_ctx, state->fs_rpmb.tr_state, in block_device_tipc_init() 560 state->fs_rpmb_boot.tr_state = &state->tr_state_rpmb; in block_device_tipc_init() 562 storage_aidl_enable_filesystem(aidl_ctx, state->fs_rpmb_boot.tr_state, in block_device_tipc_init() 613 state->fs_tdp.tr_state = &state->tr_state_ns_tdp; in block_device_tipc_init() 660 state->fs_tdp.tr_state = &state->tr_state_rpmb; in block_device_tipc_init() 663 storage_aidl_enable_filesystem(aidl_ctx, state->fs_tdp.tr_state, in block_device_tipc_init() 678 state->fs_ns.tr_state = &state->tr_state_ns; in block_device_tipc_init() 701 storage_aidl_enable_filesystem(aidl_ctx, state->fs_ns.tr_state, in block_device_tipc_init() 725 state->fs_nsp.tr_state = &state->tr_state_ns_nsp; in block_device_tipc_init() [all …]
|
D | block_device_tipc.h | 90 struct fs* tr_state; member
|
D | client_tipc.c | 355 storage_client_session_init(client_session, client_port_context->tr_state, in client_connect()
|