Searched refs:ceph_snap_realm (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/fs/ceph/ |
D | snap.c | 66 struct ceph_snap_realm *realm) in ceph_get_snap_realm() 84 struct ceph_snap_realm *new) in __insert_snap_realm() 88 struct ceph_snap_realm *r = NULL; in __insert_snap_realm() 92 r = rb_entry(parent, struct ceph_snap_realm, node); in __insert_snap_realm() 110 static struct ceph_snap_realm *ceph_create_snap_realm( in ceph_create_snap_realm() 114 struct ceph_snap_realm *realm; in ceph_create_snap_realm() 140 static struct ceph_snap_realm *__lookup_snap_realm(struct ceph_mds_client *mdsc, in __lookup_snap_realm() 144 struct ceph_snap_realm *r; in __lookup_snap_realm() 147 r = rb_entry(n, struct ceph_snap_realm, node); in __lookup_snap_realm() 160 struct ceph_snap_realm *ceph_lookup_snap_realm(struct ceph_mds_client *mdsc, in ceph_lookup_snap_realm() [all …]
|
D | quota.c | 128 struct ceph_snap_realm *realm) in lookup_quotarealm_inode() 209 static struct ceph_snap_realm *get_quota_realm(struct ceph_mds_client *mdsc, in get_quota_realm() 213 struct ceph_snap_realm *realm, *next; in get_quota_realm() 270 struct ceph_snap_realm *old_realm, *new_realm; in ceph_quota_is_same_realm() 318 struct ceph_snap_realm *realm, *next; in check_quota_exceeded() 480 struct ceph_snap_realm *realm; in ceph_quota_update_statfs()
|
D | super.h | 416 struct ceph_snap_realm *i_snap_realm; /* snap realm (if caps) */ 833 struct ceph_snap_realm { struct 848 struct ceph_snap_realm *parent; argument 896 struct ceph_snap_realm *ceph_lookup_snap_realm(struct ceph_mds_client *mdsc, 899 struct ceph_snap_realm *realm); 901 struct ceph_snap_realm *realm); 904 struct ceph_snap_realm **realm_ret);
|
D | caps.c | 706 struct ceph_snap_realm *realm = ceph_lookup_snap_realm(mdsc, in ceph_add_cap() 709 struct ceph_snap_realm *oldrealm = ci->i_snap_realm; in ceph_add_cap() 1121 struct ceph_snap_realm *realm = ci->i_snap_realm; in drop_inode_snap_realm() 3964 struct ceph_snap_realm *realm = NULL; in ceph_handle_caps()
|
D | mds_client.c | 3065 struct ceph_snap_realm *realm; in handle_reply() 3854 struct ceph_snap_realm *realm = in encode_snap_realms() 3855 rb_entry(p, struct ceph_snap_realm, node); in encode_snap_realms()
|
D | inode.c | 568 struct ceph_snap_realm *realm = ci->i_snap_realm; in ceph_evict_inode()
|