Searched refs:ceph_snap_context (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | snapshot.c | 27 struct ceph_snap_context *ceph_create_snap_context(u32 snap_count, in ceph_create_snap_context() 30 struct ceph_snap_context *snapc; in ceph_create_snap_context() 33 size = sizeof (struct ceph_snap_context); in ceph_create_snap_context() 46 struct ceph_snap_context *ceph_get_snap_context(struct ceph_snap_context *sc) in ceph_get_snap_context() 54 void ceph_put_snap_context(struct ceph_snap_context *sc) in ceph_put_snap_context()
|
| H A D | osd_client.c | 541 struct ceph_snap_context *snapc, in ceph_osdc_alloc_request() 1049 struct ceph_snap_context *snapc, in ceph_osdc_new_request()
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | libceph.h | 166 struct ceph_snap_context { struct 173 extern struct ceph_snap_context *ceph_create_snap_context(u32 snap_count, argument 175 extern struct ceph_snap_context *ceph_get_snap_context( 176 struct ceph_snap_context *sc); 177 extern void ceph_put_snap_context(struct ceph_snap_context *sc);
|
| H A D | osd_client.h | 21 struct ceph_snap_context; 211 struct ceph_snap_context *r_snapc; /* for writes */ 483 struct ceph_snap_context *snapc, 495 struct ceph_snap_context *snapc,
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | addr.c | 64 static inline struct ceph_snap_context *page_snap_context(struct page *page) in page_snap_context() 80 struct ceph_snap_context *snapc; in ceph_set_page_dirty() 139 struct ceph_snap_context *snapc = page_snap_context(page); in ceph_invalidatepage() 501 static struct ceph_snap_context * 503 struct ceph_snap_context *page_snapc) in get_oldest_context() 506 struct ceph_snap_context *snapc = NULL; in get_oldest_context() 562 struct ceph_snap_context *snapc = page_snap_context(page); in get_writepages_data_length() 596 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock() 735 struct ceph_snap_context *snapc = req->r_snapc; in writepages_finish() 822 struct ceph_snap_context *snapc = NULL, *last_snapc = NULL, *pgsnapc; in ceph_writepages_start() [all …]
|
| H A D | super.h | 204 struct ceph_snap_context *context; 385 struct ceph_snap_context *i_head_snapc; /* set if wr_buffer_head > 0 or 879 struct ceph_snap_context *cached_context; 1133 struct ceph_snap_context *snapc);
|
| H A D | snap.c | 326 struct ceph_snap_context *snapc; in build_snap_context() 454 static bool has_new_snaps(struct ceph_snap_context *o, in has_new_snaps() 455 struct ceph_snap_context *n) in has_new_snaps() 481 struct ceph_snap_context *old_snapc, *new_snapc; in ceph_queue_cap_snap()
|
| H A D | file.c | 1145 struct ceph_snap_context *snapc; in ceph_aio_retry_work() 1205 struct ceph_snap_context *snapc, in ceph_direct_read_write() 1416 struct ceph_snap_context *snapc) in ceph_sync_write() 1804 struct ceph_snap_context *snapc; in ceph_write_iter()
|
| H A D | caps.c | 3204 struct ceph_snap_context *snapc) in ceph_put_wrbuffer_cap_refs()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | rbd.c | 157 struct ceph_snap_context *snapc; 338 struct ceph_snap_context *snapc; /* for writes */ 483 static struct ceph_snap_context rbd_empty_snapc = { 1011 size = SIZE_MAX - sizeof (struct ceph_snap_context); in rbd_dev_ondisk_valid() 1059 struct ceph_snap_context *snapc; in rbd_header_from_disk() 1192 struct ceph_snap_context *snapc = rbd_dev->header.snapc; in rbd_dev_snap_index() 1472 struct ceph_snap_context *snapc, int num_ops) in __rbd_obj_add_osd_request() 3182 struct ceph_snap_context *snapc = obj_req->img_request->snapc; in rbd_obj_copyup_object_maps() 5974 struct ceph_snap_context *snapc = rbd_dev->header.snapc; in rbd_v1_snap_id_by_name() 5992 struct ceph_snap_context *snapc = rbd_dev->header.snapc; in rbd_v2_snap_id_by_name() [all …]
|