Searched refs:ceph_snapid_map (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | snap.c | 1055 struct ceph_snapid_map* ceph_get_snapid_map(struct ceph_mds_client *mdsc, in ceph_get_snapid_map() 1058 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() 1066 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1104 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1133 struct ceph_snapid_map *sm) in ceph_put_snapid_map() 1153 struct ceph_snapid_map *sm; in ceph_trim_snapid_map() 1162 struct ceph_snapid_map, lru); in ceph_trim_snapid_map() 1172 sm = list_first_entry(&to_free, struct ceph_snapid_map, lru); in ceph_trim_snapid_map() 1182 struct ceph_snapid_map *sm; in ceph_cleanup_snapid_map() 1188 sm = rb_entry(p, struct ceph_snapid_map, nod in ceph_cleanup_snapid_map() [all...] |
H A D | super.h | 418 struct ceph_snapid_map *i_snapid_map; /* snapid -> dev_t */ 934 extern struct ceph_snapid_map *ceph_get_snapid_map(struct ceph_mds_client *mdsc, 937 struct ceph_snapid_map *sm);
|
H A D | mds_client.h | 346 struct ceph_snapid_map { struct
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | snap.c | 1170 struct ceph_snapid_map* ceph_get_snapid_map(struct ceph_mds_client *mdsc, in ceph_get_snapid_map() 1173 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() 1181 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1220 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1251 struct ceph_snapid_map *sm) in ceph_put_snapid_map() 1271 struct ceph_snapid_map *sm; in ceph_trim_snapid_map() 1280 struct ceph_snapid_map, lru); in ceph_trim_snapid_map() 1290 sm = list_first_entry(&to_free, struct ceph_snapid_map, lru); in ceph_trim_snapid_map() 1300 struct ceph_snapid_map *sm; in ceph_cleanup_snapid_map() 1306 sm = rb_entry(p, struct ceph_snapid_map, nod in ceph_cleanup_snapid_map() [all...] |
H A D | super.h | 453 struct ceph_snapid_map *i_snapid_map; /* snapid -> dev_t */ 995 extern struct ceph_snapid_map *ceph_get_snapid_map(struct ceph_mds_client *mdsc, 998 struct ceph_snapid_map *sm);
|
H A D | mds_client.h | 374 struct ceph_snapid_map { struct
|
Completed in 11 milliseconds