Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_ail.c576 wake_up_process(ailp->xa_task); in xfs_ail_push()
606 wake_up_process(ailp->xa_task); in xfs_ail_push_all_sync()
774 ailp->xa_task = kthread_run(xfsaild, ailp, "xfsaild/%s", in xfs_trans_ail_init()
776 if (IS_ERR(ailp->xa_task)) in xfs_trans_ail_init()
793 kthread_stop(ailp->xa_task); in xfs_trans_ail_destroy()
Dxfs_trans_priv.h69 struct task_struct *xa_task; member