Searched refs:ceph_snap_realm (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/ceph/ |
D | snap.c | 64 struct ceph_snap_realm *realm) in ceph_get_snap_realm() 82 struct ceph_snap_realm *new) in __insert_snap_realm() 86 struct ceph_snap_realm *r = NULL; in __insert_snap_realm() 90 r = rb_entry(parent, struct ceph_snap_realm, node); in __insert_snap_realm() 108 static struct ceph_snap_realm *ceph_create_snap_realm( in ceph_create_snap_realm() 112 struct ceph_snap_realm *realm; in ceph_create_snap_realm() 136 static struct ceph_snap_realm *__lookup_snap_realm(struct ceph_mds_client *mdsc, in __lookup_snap_realm() 140 struct ceph_snap_realm *r; in __lookup_snap_realm() 143 r = rb_entry(n, struct ceph_snap_realm, node); in __lookup_snap_realm() 156 struct ceph_snap_realm *ceph_lookup_snap_realm(struct ceph_mds_client *mdsc, in ceph_lookup_snap_realm() [all …]
|
D | quota.c | 93 static struct ceph_snap_realm *get_quota_realm(struct ceph_mds_client *mdsc, in get_quota_realm() 97 struct ceph_snap_realm *realm, *next; in get_quota_realm() 138 struct ceph_snap_realm *old_realm, *new_realm; in ceph_quota_is_same_realm() 173 struct ceph_snap_realm *realm, *next; in check_quota_exceeded() 324 struct ceph_snap_realm *realm; in ceph_quota_update_statfs()
|
D | super.h | 370 struct ceph_snap_realm *i_snap_realm; /* snap realm (if caps) */ 763 struct ceph_snap_realm { struct 778 struct ceph_snap_realm *parent; argument 825 struct ceph_snap_realm *ceph_lookup_snap_realm(struct ceph_mds_client *mdsc, 828 struct ceph_snap_realm *realm); 830 struct ceph_snap_realm *realm); 833 struct ceph_snap_realm **realm_ret);
|
D | caps.c | 683 struct ceph_snap_realm *realm = ceph_lookup_snap_realm(mdsc, in ceph_add_cap() 686 struct ceph_snap_realm *oldrealm = ci->i_snap_realm; in ceph_add_cap() 1028 struct ceph_snap_realm *realm = ci->i_snap_realm; in drop_inode_snap_realm() 3786 struct ceph_snap_realm *realm = NULL; in ceph_handle_caps()
|
D | mds_client.c | 2579 struct ceph_snap_realm *realm; in handle_reply() 3252 struct ceph_snap_realm *realm = in send_mds_reconnect() 3253 rb_entry(p, struct ceph_snap_realm, node); in send_mds_reconnect()
|
D | inode.c | 556 struct ceph_snap_realm *realm = ci->i_snap_realm; in ceph_evict_inode()
|