Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dsnap.c82 list_del_init(&realm->empty_item); in ceph_get_snap_realm()
133 INIT_LIST_HEAD(&realm->empty_item); in ceph_create_snap_realm()
239 list_add(&realm->empty_item, &mdsc->snap_empty); in ceph_put_snap_realm()
260 struct ceph_snap_realm, empty_item); in __cleanup_empty_realms()
261 list_del(&realm->empty_item); in __cleanup_empty_realms()
H A Dsuper.h933 struct list_head empty_item; /* if i have ref==0 */ member