Searched refs:t_queue (Results 1 – 2 of 2) sorted by relevance
698 list_for_each_entry(tic, &log->l_writeq, t_queue) { in xfs_log_move_tail()718 list_for_each_entry(tic, &log->l_reserveq, t_queue) { in xfs_log_move_tail()2524 list_add_tail(&tic->t_queue, &log->l_reserveq); in xlog_grant_log_space()2552 if (list_empty(&tic->t_queue)) in xlog_grant_log_space()2553 list_add_tail(&tic->t_queue, &log->l_reserveq); in xlog_grant_log_space()2569 if (!list_empty(&tic->t_queue)) { in xlog_grant_log_space()2571 list_del_init(&tic->t_queue); in xlog_grant_log_space()2585 list_del_init(&tic->t_queue); in xlog_grant_log_space()2639 list_for_each_entry(ntic, &log->l_writeq, t_queue) { in xlog_regrant_write_log_space()2649 struct xlog_ticket, t_queue)) { in xlog_regrant_write_log_space()[all …]
241 struct list_head t_queue; /* reserve/write queue */ member