Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dmds_client.c64 static void ceph_cap_release_work(struct work_struct *work);
1007 INIT_WORK(&s->s_cap_release_work, ceph_cap_release_work); in register_session()
2361 static void ceph_cap_release_work(struct work_struct *work) in ceph_cap_release_work() function