Home
last modified time | relevance | path

Searched refs:snap_empty (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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.h416 struct list_head snap_empty; member
418 spinlock_t snap_empty_lock; /* protect snap_empty */
H A Dmds_client.c4591 INIT_LIST_HEAD(&mdsc->snap_empty); in ceph_mdsc_init()
/kernel/linux/linux-6.6/fs/ceph/
H A Dsnap.c239 list_add(&realm->empty_item, &mdsc->snap_empty); in ceph_put_snap_realm()
258 while (!list_empty(&mdsc->snap_empty)) { in __cleanup_empty_realms()
259 realm = list_first_entry(&mdsc->snap_empty, in __cleanup_empty_realms()
H A Dmds_client.h426 spinlock_t stopping_lock; /* protect snap_empty */
449 struct list_head snap_empty; member
451 spinlock_t snap_empty_lock; /* protect snap_empty */
H A Dmds_client.c5202 INIT_LIST_HEAD(&mdsc->snap_empty); in ceph_mdsc_init()

Completed in 19 milliseconds