Searched refs:_realm (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/ceph/ |
D | snap.c | 437 struct ceph_snap_realm *_realm, *child; in rebuild_snap_realms() local 439 _realm = list_first_entry(&realm_queue, in rebuild_snap_realms() 449 list_del_init(&_realm->rebuild_item); in rebuild_snap_realms() 453 last = build_snap_context(_realm, &realm_queue, dirty_realms); in rebuild_snap_realms() 454 dout("%s %llx %p, %s\n", __func__, _realm->ino, _realm, in rebuild_snap_realms() 458 list_for_each_entry(child, &_realm->children, child_item) { in rebuild_snap_realms() 466 list_for_each_entry(child, &_realm->children, child_item) in rebuild_snap_realms() 472 list_del_init(&_realm->rebuild_item); in rebuild_snap_realms()
|