Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ceph/
Dmds_client.c64 static void ceph_cap_reclaim_work(struct work_struct *work);
2152 static void ceph_cap_reclaim_work(struct work_struct *work) in ceph_cap_reclaim_work() function
4640 INIT_WORK(&mdsc->cap_reclaim_work, ceph_cap_reclaim_work); in ceph_mdsc_init()