Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Dsnap.c66 struct ceph_snap_realm *realm) in ceph_get_snap_realm()
86 struct ceph_snap_realm *new) in __insert_snap_realm()
90 struct ceph_snap_realm *r = NULL; in __insert_snap_realm()
94 r = rb_entry(parent, struct ceph_snap_realm, node); in __insert_snap_realm()
112 static struct ceph_snap_realm *ceph_create_snap_realm( in ceph_create_snap_realm()
116 struct ceph_snap_realm *realm; in ceph_create_snap_realm()
144 static struct ceph_snap_realm *__lookup_snap_realm(struct ceph_mds_client *mdsc, in __lookup_snap_realm()
148 struct ceph_snap_realm *r; in __lookup_snap_realm()
153 r = rb_entry(n, struct ceph_snap_realm, node); in __lookup_snap_realm()
166 struct ceph_snap_realm *ceph_lookup_snap_realm(struct ceph_mds_client *mdsc, in ceph_lookup_snap_realm()
[all …]
Dquota.c127 struct ceph_snap_realm *realm) in lookup_quotarealm_inode()
208 static struct ceph_snap_realm *get_quota_realm(struct ceph_mds_client *mdsc, in get_quota_realm()
212 struct ceph_snap_realm *realm, *next; in get_quota_realm()
268 struct ceph_snap_realm *old_realm, *new_realm; in ceph_quota_is_same_realm()
316 struct ceph_snap_realm *realm, *next; in check_quota_exceeded()
477 struct ceph_snap_realm *realm; in ceph_quota_update_statfs()
Dsuper.h418 struct ceph_snap_realm *i_snap_realm; /* snap realm (if caps) */
856 struct ceph_snap_realm { struct
871 struct ceph_snap_realm *parent; argument
919 struct ceph_snap_realm *ceph_lookup_snap_realm(struct ceph_mds_client *mdsc,
922 struct ceph_snap_realm *realm);
924 struct ceph_snap_realm *realm);
927 struct ceph_snap_realm **realm_ret);
928 void ceph_change_snap_realm(struct inode *inode, struct ceph_snap_realm *realm);
Dmds_client.c3158 struct ceph_snap_realm *realm; in handle_reply()
3962 struct ceph_snap_realm *realm = in encode_snap_realms()
3963 rb_entry(p, struct ceph_snap_realm, node); in encode_snap_realms()
Dcaps.c704 struct ceph_snap_realm *realm = ceph_lookup_snap_realm(mdsc, in ceph_add_cap()
4030 struct ceph_snap_realm *realm = NULL; in ceph_handle_caps()