Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dquota.c277 struct ceph_snap_realm *old_realm, *new_realm; in ceph_quota_is_same_realm() local
289 get_quota_realm(mdsc, old, QUOTA_GET_ANY, &old_realm, true); in ceph_quota_is_same_realm()
293 if (old_realm) in ceph_quota_is_same_realm()
294 ceph_put_snap_realm(mdsc, old_realm); in ceph_quota_is_same_realm()
297 is_same = (old_realm == new_realm); in ceph_quota_is_same_realm()
300 if (old_realm) in ceph_quota_is_same_realm()
301 ceph_put_snap_realm(mdsc, old_realm); in ceph_quota_is_same_realm()