Home
last modified time | relevance | path

Searched refs:t_state (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/fs/smb/server/mgmt/
H A Dtree_connect.c77 tree_conn->t_state = TREE_NEW; in ksmbd_tree_conn_connect()
140 if (tcon->t_state != TREE_CONNECTED) in ksmbd_tree_conn_lookup()
161 if (tc->t_state == TREE_DISCONNECTED) { in ksmbd_tree_conn_session_logoff()
166 tc->t_state = TREE_DISCONNECTED; in ksmbd_tree_conn_session_logoff()
H A Dtree_connect.h37 unsigned int t_state; member
/openbmc/linux/fs/jbd2/
H A Dcommit.c439 J_ASSERT(commit_transaction->t_state == T_RUNNING); in jbd2_journal_commit_transaction()
440 commit_transaction->t_state = T_LOCKED; in jbd2_journal_commit_transaction()
456 commit_transaction->t_state = T_SWITCH; in jbd2_journal_commit_transaction()
532 commit_transaction->t_state = T_FLUSH; in jbd2_journal_commit_transaction()
561 commit_transaction->t_state = T_COMMIT; in jbd2_journal_commit_transaction()
773 J_ASSERT(commit_transaction->t_state == T_COMMIT); in jbd2_journal_commit_transaction()
774 commit_transaction->t_state = T_COMMIT_DFLUSH; in jbd2_journal_commit_transaction()
877 J_ASSERT(commit_transaction->t_state == T_COMMIT_DFLUSH); in jbd2_journal_commit_transaction()
878 commit_transaction->t_state = T_COMMIT_JFLUSH; in jbd2_journal_commit_transaction()
1093 J_ASSERT(commit_transaction->t_state == T_COMMIT_JFLUSH); in jbd2_journal_commit_transaction()
[all …]
H A Dtransaction.c84 transaction->t_state = T_RUNNING; in jbd2_get_transaction()
171 journal->j_running_transaction->t_state != T_SWITCH)) { in wait_transaction_switching()
224 if (t->t_state != T_RUNNING) { in add_transaction_credits()
225 WARN_ON_ONCE(t->t_state >= T_FLUSH); in add_transaction_credits()
423 if (transaction->t_state == T_SWITCH) { in start_this_handle()
661 if (transaction->t_state != T_RUNNING) { in jbd2_journal_extend()
2604 J_ASSERT_JH(jh, jh->b_transaction->t_state == T_RUNNING); in __jbd2_journal_refile_buffer()
H A Dcheckpoint.c609 if (transaction->t_state != T_FINISHED) in __jbd2_journal_remove_checkpoint()
714 J_ASSERT(transaction->t_state == T_FINISHED); in __jbd2_journal_drop_transaction()
H A Djournal.c650 commit_trans->t_state >= T_COMMIT_DFLUSH) in jbd2_trans_will_send_data_barrier()
653 if (commit_trans->t_state >= T_COMMIT_JFLUSH) in jbd2_trans_will_send_data_barrier()
/openbmc/linux/drivers/target/
H A Dtarget_core_transport.c932 cmd->t_state = TRANSPORT_COMPLETE; in target_complete_cmd_with_sense()
1019 (cmd->t_state == TRANSPORT_COMPLETE_QF_OK) ? "COMPLETE_OK" : in target_qf_do_work()
1020 (cmd->t_state == TRANSPORT_COMPLETE_QF_WP) ? "WRITE_PENDING" in target_qf_do_work()
1023 if (cmd->t_state == TRANSPORT_COMPLETE_QF_WP) in target_qf_do_work()
1025 else if (cmd->t_state == TRANSPORT_COMPLETE_QF_OK || in target_qf_do_work()
1026 cmd->t_state == TRANSPORT_COMPLETE_QF_ERR) in target_qf_do_work()
1604 cmd->t_state = TRANSPORT_NEW_CMD; in transport_handle_cdb_direct()
2287 cmd->t_state = TRANSPORT_PROCESSING; in target_execute_cmd()
2401 if (cmd->t_state == TRANSPORT_COMPLETE_QF_ERR) { in transport_complete_qf()
2467 cmd->t_state = (write_pending) ? TRANSPORT_COMPLETE_QF_WP : in transport_handle_queue_full()
[all …]
H A Dtarget_core_tmr.c241 tmr_p->function, tmr_p->response, cmd->t_state); in core_tmr_drain_tmr_list()
H A Dtarget_core_sbc.c549 cmd->t_state = TRANSPORT_PROCESSING; in compare_and_write_callback()
/openbmc/linux/drivers/acpi/
H A Dprocessor_throttling.c1059 struct throttling_tstate t_state; in __acpi_processor_set_throttling() local
1078 t_state.target_state = state; in __acpi_processor_set_throttling()
1087 t_state.cpu = i; in __acpi_processor_set_throttling()
1089 &t_state); in __acpi_processor_set_throttling()
1145 t_state.cpu = i; in __acpi_processor_set_throttling()
1147 &t_state); in __acpi_processor_set_throttling()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_tmr.c255 cmd->init_task_tag, cmd->se_cmd.t_state); in iscsit_task_reassign_complete_write()
320 cmd->se_cmd.t_state); in iscsit_task_reassign_complete_read()
328 cmd->se_cmd.t_state); in iscsit_task_reassign_complete_read()
H A Discsi_target.c1542 WARN_ON(se_cmd->t_state != TRANSPORT_WRITE_PENDING); in __iscsit_check_dataout_hdr()
4239 if (cmd->se_cmd.t_state == TRANSPORT_WRITE_PENDING) { in iscsit_release_commands_from_conn()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_main.c337 if (thi->t_state == RESTARTING) { in drbd_thread_setup()
339 thi->t_state = RUNNING; in drbd_thread_setup()
345 thi->t_state = NONE; in drbd_thread_setup()
366 thi->t_state = NONE; in drbd_thread_init()
383 switch (thi->t_state) { in drbd_thread_start()
401 thi->t_state = RUNNING; in drbd_thread_start()
419 thi->t_state = RUNNING; in drbd_thread_start()
424 thi->t_state = RESTARTING; in drbd_thread_start()
448 if (thi->t_state == NONE) { in _drbd_thread_stop()
455 if (thi->t_state != ns) { in _drbd_thread_stop()
[all …]
H A Ddrbd_int.h166 enum drbd_thread_state t_state; member
181 return thi->t_state; in get_t_state()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c394 cmd->se_cmd.t_state, in tcm_qla2xxx_write_pending()
656 cmd->se_cmd.t_state, in tcm_qla2xxx_queue_data_in()
696 cmd->se_cmd.transport_state, cmd->se_cmd.t_state, in tcm_qla2xxx_queue_status()
H A Dqla_target.c3832 cmd->se_cmd.t_state, cmd->se_cmd.se_cmd_flags); in qlt_abort_cmd()
/openbmc/linux/include/target/
H A Dtarget_core_base.h480 enum transport_state_table t_state; member
/openbmc/linux/include/linux/
H A Djbd2.h577 } t_state; member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h1458 __u8 t_state; member
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c3911 switch (req->t_state) { in deferred_fw6_msg()
3920 __func__, req->t_state); in deferred_fw6_msg()
/openbmc/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.c1456 cmd->se_cmd.t_state == TRANSPORT_WRITE_PENDING) { in isert_put_cmd()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c2009 status.tree_conn->t_state = TREE_CONNECTED; in smb2_tree_connect()
2163 if (tcon->t_state == TREE_DISCONNECTED) { in smb2_tree_disconnect()
2171 tcon->t_state = TREE_DISCONNECTED; in smb2_tree_disconnect()
/openbmc/linux/fs/ext4/
H A Dsuper.c518 BUG_ON(txn->t_state == T_FINISHED); in ext4_journal_commit_callback()