Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dsnap.c304 struct list_head* dirty_realms) in build_snap_context() argument
318 err = build_snap_context(parent, dirty_realms); in build_snap_context()
381 list_add_tail(&realm->dirty_item, dirty_realms); in build_snap_context()
402 struct list_head *dirty_realms) in rebuild_snap_realms() argument
407 build_snap_context(realm, dirty_realms); in rebuild_snap_realms()
410 rebuild_snap_realms(child, dirty_realms); in rebuild_snap_realms()
681 LIST_HEAD(dirty_realms); in ceph_update_snap_trace()
758 rebuild_snap_realms(realm_to_rebuild, &dirty_realms); in ceph_update_snap_trace()
772 while (!list_empty(&dirty_realms)) { in ceph_update_snap_trace()
773 realm = list_first_entry(&dirty_realms, struct ceph_snap_realm, in ceph_update_snap_trace()