Searched refs:seq_print_rq_state_bit (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_debugfs.c | 47 static void seq_print_rq_state_bit(struct seq_file *m, in seq_print_rq_state_bit() function 63 seq_print_rq_state_bit(m, s & RQ_IN_ACT_LOG, &sep, "in-AL"); in seq_print_request_state() 64 seq_print_rq_state_bit(m, s & RQ_POSTPONED, &sep, "postponed"); in seq_print_request_state() 65 seq_print_rq_state_bit(m, s & RQ_COMPLETION_SUSP, &sep, "suspended"); in seq_print_request_state() 67 seq_print_rq_state_bit(m, s & RQ_LOCAL_PENDING, &sep, "pending"); in seq_print_request_state() 68 seq_print_rq_state_bit(m, s & RQ_LOCAL_COMPLETED, &sep, "completed"); in seq_print_request_state() 69 seq_print_rq_state_bit(m, s & RQ_LOCAL_ABORTED, &sep, "aborted"); in seq_print_request_state() 70 seq_print_rq_state_bit(m, s & RQ_LOCAL_OK, &sep, "ok"); in seq_print_request_state() 77 seq_print_rq_state_bit(m, s & RQ_NET_PENDING, &sep, "pending"); in seq_print_request_state() 78 seq_print_rq_state_bit(m, s & RQ_NET_QUEUED, &sep, "queued"); in seq_print_request_state() [all …]
|