Home
last modified time | relevance | path

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

/fs/ceph/
Dquota.c268 struct ceph_snap_realm *old_realm, *new_realm; in ceph_quota_is_same_realm() local
279 old_realm = get_quota_realm(mdsc, old, true); in ceph_quota_is_same_realm()
283 if (old_realm) in ceph_quota_is_same_realm()
284 ceph_put_snap_realm(mdsc, old_realm); in ceph_quota_is_same_realm()
287 is_same = (old_realm == new_realm); in ceph_quota_is_same_realm()
290 if (old_realm) in ceph_quota_is_same_realm()
291 ceph_put_snap_realm(mdsc, old_realm); in ceph_quota_is_same_realm()