Searched refs:_realm (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/fs/ceph/ |
D | snap.c | 438 struct ceph_snap_realm *_realm, *child; in rebuild_snap_realms() local 440 _realm = list_first_entry(&realm_queue, in rebuild_snap_realms() 450 list_del_init(&_realm->rebuild_item); in rebuild_snap_realms() 454 last = build_snap_context(_realm, &realm_queue, dirty_realms); in rebuild_snap_realms() 455 dout("%s %llx %p, %s\n", __func__, _realm->ino, _realm, in rebuild_snap_realms() 459 list_for_each_entry(child, &_realm->children, child_item) { in rebuild_snap_realms() 467 list_for_each_entry(child, &_realm->children, child_item) in rebuild_snap_realms() 473 list_del_init(&_realm->rebuild_item); in rebuild_snap_realms()
|