new_realm 270 fs/ceph/quota.c struct ceph_snap_realm *old_realm, *new_realm; new_realm 282 fs/ceph/quota.c new_realm = get_quota_realm(mdsc, new, false); new_realm 283 fs/ceph/quota.c if (PTR_ERR(new_realm) == -EAGAIN) { new_realm 289 fs/ceph/quota.c is_same = (old_realm == new_realm); new_realm 294 fs/ceph/quota.c if (new_realm) new_realm 295 fs/ceph/quota.c ceph_put_snap_realm(mdsc, new_realm);