Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ceph/
Dquota.c270 struct ceph_snap_realm *old_realm, *new_realm; in ceph_quota_is_same_realm() local
281 old_realm = get_quota_realm(mdsc, old, true); in ceph_quota_is_same_realm()
285 if (old_realm) in ceph_quota_is_same_realm()
286 ceph_put_snap_realm(mdsc, old_realm); in ceph_quota_is_same_realm()
289 is_same = (old_realm == new_realm); in ceph_quota_is_same_realm()
292 if (old_realm) in ceph_quota_is_same_realm()
293 ceph_put_snap_realm(mdsc, old_realm); in ceph_quota_is_same_realm()