Searched refs:ceph_snapid_map (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ceph/ |
| A D | snap.c | 1049 struct ceph_snapid_map* ceph_get_snapid_map(struct ceph_mds_client *mdsc, in ceph_get_snapid_map() 1052 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() 1060 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1098 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1127 struct ceph_snapid_map *sm) in ceph_put_snapid_map() 1147 struct ceph_snapid_map *sm; in ceph_trim_snapid_map() 1156 struct ceph_snapid_map, lru); in ceph_trim_snapid_map() 1166 sm = list_first_entry(&to_free, struct ceph_snapid_map, lru); in ceph_trim_snapid_map() 1176 struct ceph_snapid_map *sm; in ceph_cleanup_snapid_map() 1182 sm = rb_entry(p, struct ceph_snapid_map, node); in ceph_cleanup_snapid_map() [all …]
|
| A D | super.h | 420 struct ceph_snapid_map *i_snapid_map; /* snapid -> dev_t */ 938 extern struct ceph_snapid_map *ceph_get_snapid_map(struct ceph_mds_client *mdsc, 941 struct ceph_snapid_map *sm);
|
| A D | mds_client.h | 350 struct ceph_snapid_map { struct
|
Completed in 14 milliseconds