Lines Matching full:realm
724 * add this inode to the appropriate snap realm in ceph_add_cap()
726 struct ceph_snap_realm *realm = ceph_lookup_snap_realm(mdsc, in ceph_add_cap() local
728 if (realm) in ceph_add_cap()
729 ceph_change_snap_realm(inode, realm); in ceph_add_cap()
731 WARN(1, "%s: couldn't find snap realm 0x%llx (ino 0x%llx oldrealm 0x%llx)\n", in ceph_add_cap()
4213 u64 realmino = le64_to_cpu(im->realm); in handle_cap_import()
4337 struct ceph_snap_realm *realm = NULL; in ceph_handle_caps() local
4485 realm = NULL; in ceph_handle_caps()
4490 false, &realm)) { in ceph_handle_caps()
4504 if (realm) in ceph_handle_caps()
4505 ceph_put_snap_realm(mdsc, realm); in ceph_handle_caps()