Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dfile.c1069 static void ceph_aio_retry_work(struct work_struct *work);
1136 INIT_WORK(&aio_work->work, ceph_aio_retry_work); in ceph_aio_complete_req()
1192 static void ceph_aio_retry_work(struct work_struct *work) in ceph_aio_retry_work() function