Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ceph/
Dmds_client.c65 static void ceph_cap_reclaim_work(struct work_struct *work);
2402 static void ceph_cap_reclaim_work(struct work_struct *work) in ceph_cap_reclaim_work() function
5217 INIT_WORK(&mdsc->cap_reclaim_work, ceph_cap_reclaim_work); in ceph_mdsc_init()