Searched refs:ceph_snapid_map (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ceph/ |
H A D | snap.c | 1188 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 D | mds_client.h | 400 struct ceph_snapid_map { struct
|