Home
last modified time | relevance | path

Searched refs:ceph_snapid_map (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/fs/ceph/
Dsnap.c1117 struct ceph_snapid_map* ceph_get_snapid_map(struct ceph_mds_client *mdsc, in ceph_get_snapid_map()
1120 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map()
1128 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map()
1167 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map()
1198 struct ceph_snapid_map *sm) in ceph_put_snapid_map()
1218 struct ceph_snapid_map *sm; in ceph_trim_snapid_map()
1227 struct ceph_snapid_map, lru); in ceph_trim_snapid_map()
1237 sm = list_first_entry(&to_free, struct ceph_snapid_map, lru); in ceph_trim_snapid_map()
1247 struct ceph_snapid_map *sm; in ceph_cleanup_snapid_map()
1253 sm = rb_entry(p, struct ceph_snapid_map, node); in ceph_cleanup_snapid_map()
[all …]
Dsuper.h421 struct ceph_snapid_map *i_snapid_map; /* snapid -> dev_t */
940 extern struct ceph_snapid_map *ceph_get_snapid_map(struct ceph_mds_client *mdsc,
943 struct ceph_snapid_map *sm);
Dmds_client.h348 struct ceph_snapid_map { struct