Searched refs:t_busy (Results 1 – 5 of 5) sorted by relevance
663 if (!list_empty(&tp->t_busy)) { in xfs_log_commit_cil()665 list_splice_init(&tp->t_busy, in xfs_log_commit_cil()
599 INIT_LIST_HEAD(&tp->t_busy); in _xfs_trans_alloc()613 list_for_each_entry_safe(busyp, n, &tp->t_busy, list) in xfs_trans_free()644 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()
424 struct list_head t_busy; /* list of busy extents */ member
2619 list_add(&new->list, &tp->t_busy); in xfs_alloc_busy_insert()
192 static void t_busy(unsigned long);1032 scc->tx_wdog.function = t_busy; in scc_start_defer()1215 static void t_busy(unsigned long channel) in t_busy() function