Searched refs:ceph_snap_realm (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | snap.c | 67 struct ceph_snap_realm *realm) in ceph_get_snap_realm() 87 struct ceph_snap_realm *new) in __insert_snap_realm() 91 struct ceph_snap_realm *r = NULL; in __insert_snap_realm() 95 r = rb_entry(parent, struct ceph_snap_realm, node); in __insert_snap_realm() 113 static struct ceph_snap_realm *ceph_create_snap_realm( in ceph_create_snap_realm() 117 struct ceph_snap_realm *realm; in ceph_create_snap_realm() 150 static struct ceph_snap_realm *__lookup_snap_realm(struct ceph_mds_client *mdsc, in __lookup_snap_realm() 154 struct ceph_snap_realm *r; in __lookup_snap_realm() 159 r = rb_entry(n, struct ceph_snap_realm, node); in __lookup_snap_realm() 172 struct ceph_snap_realm *ceph_lookup_snap_real [all...] |
H A D | quota.c | 130 struct ceph_snap_realm *realm) in lookup_quotarealm_inode() 200 * reached, set the realmp with the root ceph_snap_realm instead. 213 struct ceph_snap_realm **realmp, bool retry) in get_quota_realm() 216 struct ceph_snap_realm *realm, *next; in get_quota_realm() 277 struct ceph_snap_realm *old_realm, *new_realm; in ceph_quota_is_same_realm() 326 struct ceph_snap_realm *realm, *next; in check_quota_exceeded() 487 struct ceph_snap_realm *realm; in ceph_quota_update_statfs()
|
H A D | super.h | 452 struct ceph_snap_realm *i_snap_realm; /* snap realm (if caps) */ 913 struct ceph_snap_realm { struct 928 struct ceph_snap_realm *parent; 978 struct ceph_snap_realm *ceph_lookup_snap_realm(struct ceph_mds_client *mdsc, 981 struct ceph_snap_realm *realm); 983 struct ceph_snap_realm *realm); 986 struct ceph_snap_realm **realm_ret); 987 void ceph_change_snap_realm(struct inode *inode, struct ceph_snap_realm *realm);
|
H A D | mds_client.c | 3630 struct ceph_snap_realm *realm; in handle_reply() 4495 struct ceph_snap_realm *realm = in encode_snap_realms() 4496 rb_entry(p, struct ceph_snap_realm, node); in encode_snap_realms()
|
H A D | caps.c | 706 struct ceph_snap_realm *realm = ceph_lookup_snap_realm(mdsc, in ceph_add_cap() 4236 struct ceph_snap_realm *realm = NULL; in ceph_handle_caps()
|
H A D | inode.c | 3008 struct ceph_snap_realm *realm; in ceph_getattr()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | snap.c | 66 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_real [all...] |
H A D | quota.c | 128 struct ceph_snap_realm *realm) in lookup_quotarealm_inode() 196 * ceph_snap_realm for the first snaprealm that has quotas set (either max_files 197 * or max_bytes). If the root is reached, return the root ceph_snap_realm 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()
|
H A D | super.h | 417 struct ceph_snap_realm *i_snap_realm; /* snap realm (if caps) */ 854 struct ceph_snap_realm { struct 869 struct ceph_snap_realm *parent; 917 struct ceph_snap_realm *ceph_lookup_snap_realm(struct ceph_mds_client *mdsc, 920 struct ceph_snap_realm *realm); 922 struct ceph_snap_realm *realm); 925 struct ceph_snap_realm **realm_ret);
|
H A 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() 4102 struct ceph_snap_realm *realm = NULL; in ceph_handle_caps()
|
H A D | mds_client.c | 3129 struct ceph_snap_realm *realm; in handle_reply() 3923 struct ceph_snap_realm *realm = in encode_snap_realms() 3924 rb_entry(p, struct ceph_snap_realm, node); in encode_snap_realms()
|
H A D | inode.c | 570 struct ceph_snap_realm *realm = ci->i_snap_realm; in ceph_evict_inode()
|
Completed in 37 milliseconds