Searched refs:ceph_snapid_map (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | snap.c | 1040 struct ceph_snapid_map* ceph_get_snapid_map(struct ceph_mds_client *mdsc, in ceph_get_snapid_map() 1043 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() 1051 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1089 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1118 struct ceph_snapid_map *sm) in ceph_put_snapid_map() 1138 struct ceph_snapid_map *sm; in ceph_trim_snapid_map() 1147 struct ceph_snapid_map, lru); in ceph_trim_snapid_map() 1157 sm = list_first_entry(&to_free, struct ceph_snapid_map, lru); in ceph_trim_snapid_map() 1167 struct ceph_snapid_map *sm; in ceph_cleanup_snapid_map() 1173 sm = rb_entry(p, struct ceph_snapid_map, node); in ceph_cleanup_snapid_map() [all …]
|
| H A D | super.h | 418 struct ceph_snapid_map *i_snapid_map; /* snapid -> dev_t */ 935 extern struct ceph_snapid_map *ceph_get_snapid_map(struct ceph_mds_client *mdsc, 938 struct ceph_snapid_map *sm);
|
| H A D | mds_client.h | 346 struct ceph_snapid_map { struct
|