Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dquota.c282 struct ceph_snap_realm *old_realm, *new_realm; in ceph_quota_is_same_realm() local
294 get_quota_realm(mdsc, old, QUOTA_GET_ANY, &old_realm, true); in ceph_quota_is_same_realm()
298 if (old_realm) in ceph_quota_is_same_realm()
299 ceph_put_snap_realm(mdsc, old_realm); in ceph_quota_is_same_realm()
302 is_same = (old_realm == new_realm); in ceph_quota_is_same_realm()
305 if (old_realm) in ceph_quota_is_same_realm()
306 ceph_put_snap_realm(mdsc, old_realm); in ceph_quota_is_same_realm()