Searched refs:old_realm (Results 1 – 1 of 1) sorted by relevance
273 struct ceph_snap_realm *old_realm, *new_realm; in ceph_quota_is_same_realm() local284 old_realm = get_quota_realm(mdsc, old, QUOTA_GET_ANY, true); in ceph_quota_is_same_realm()288 if (old_realm) in ceph_quota_is_same_realm()289 ceph_put_snap_realm(mdsc, old_realm); in ceph_quota_is_same_realm()292 is_same = (old_realm == new_realm); in ceph_quota_is_same_realm()295 if (old_realm) in ceph_quota_is_same_realm()296 ceph_put_snap_realm(mdsc, old_realm); in ceph_quota_is_same_realm()