Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dmds_client.h488 struct list_head cap_wait_list; member
H A Ddebugfs.c306 list_for_each_entry(cw, &mdsc->cap_wait_list, list) { in caps_show()
H A Dcaps.c3003 list_add(&cw.list, &mdsc->cap_wait_list); in __ceph_get_caps()
H A Dmds_client.c5212 INIT_LIST_HEAD(&mdsc->cap_wait_list); in ceph_mdsc_init()