Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsnap.c1188 struct ceph_snapid_map* ceph_get_snapid_map(struct ceph_mds_client *mdsc, in ceph_get_snapid_map()
1192 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map()
1200 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map()
1239 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map()
1269 struct ceph_snapid_map *sm) in ceph_put_snapid_map()
1290 struct ceph_snapid_map *sm; in ceph_trim_snapid_map()
1299 struct ceph_snapid_map, lru); in ceph_trim_snapid_map()
1309 sm = list_first_entry(&to_free, struct ceph_snapid_map, lru); in ceph_trim_snapid_map()
1320 struct ceph_snapid_map *sm; in ceph_cleanup_snapid_map()
1326 sm = rb_entry(p, struct ceph_snapid_map, node); in ceph_cleanup_snapid_map()
[all …]
H A Dsuper.h469 struct ceph_snapid_map *i_snapid_map; /* snapid -> dev_t */
1018 extern struct ceph_snapid_map *ceph_get_snapid_map(struct ceph_mds_client *mdsc,
1021 struct ceph_snapid_map *sm);
H A Dmds_client.h400 struct ceph_snapid_map { struct