Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsnap.c233 list_add(&realm->empty_item, &mdsc->snap_empty); in ceph_put_snap_realm()
252 while (!list_empty(&mdsc->snap_empty)) { in __cleanup_empty_realms()
253 realm = list_first_entry(&mdsc->snap_empty, in __cleanup_empty_realms()
H A Dmds_client.h411 struct list_head snap_empty; member
H A Dmds_client.c4585 INIT_LIST_HEAD(&mdsc->snap_empty); in ceph_mdsc_init()