Home
last modified time | relevance | path

Searched refs:t_queue (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_log.c698 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 …]
Dxfs_log_priv.h241 struct list_head t_queue; /* reserve/write queue */ member