Searched refs:cancellation_work (Results 1 – 1 of 1) sorted by relevance
218 struct work_struct cancellation_work; member1079 cancellation_work); in ffs_aio_cancel_worker()1095 INIT_WORK(&io_data->cancellation_work, ffs_aio_cancel_worker); in ffs_aio_cancel()1096 queue_work(ffs->io_completion_wq, &io_data->cancellation_work); in ffs_aio_cancel()