Home
last modified time | relevance | path

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

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