Searched refs:ceph_snapid_map (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/fs/ceph/ |
| D | snap.c | 1010 struct ceph_snapid_map* ceph_get_snapid_map(struct ceph_mds_client *mdsc, in ceph_get_snapid_map() 1013 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() 1021 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1059 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1088 struct ceph_snapid_map *sm) in ceph_put_snapid_map() 1108 struct ceph_snapid_map *sm; in ceph_trim_snapid_map() 1117 struct ceph_snapid_map, lru); in ceph_trim_snapid_map() 1127 sm = list_first_entry(&to_free, struct ceph_snapid_map, lru); in ceph_trim_snapid_map() 1137 struct ceph_snapid_map *sm; in ceph_cleanup_snapid_map() 1143 sm = rb_entry(p, struct ceph_snapid_map, node); in ceph_cleanup_snapid_map() [all …]
|
| D | super.h | 417 struct ceph_snapid_map *i_snapid_map; /* snapid -> dev_t */ 913 extern struct ceph_snapid_map *ceph_get_snapid_map(struct ceph_mds_client *mdsc, 916 struct ceph_snapid_map *sm);
|
| D | mds_client.h | 352 struct ceph_snapid_map { struct
|