Searched refs:ceph_snap_context (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/ceph/ |
D | snapshot.c | 42 struct ceph_snap_context *ceph_create_snap_context(u32 snap_count, in ceph_create_snap_context() 45 struct ceph_snap_context *snapc; in ceph_create_snap_context() 48 size = sizeof (struct ceph_snap_context); in ceph_create_snap_context() 61 struct ceph_snap_context *ceph_get_snap_context(struct ceph_snap_context *sc) in ceph_get_snap_context() 69 void ceph_put_snap_context(struct ceph_snap_context *sc) in ceph_put_snap_context()
|
D | osd_client.c | 357 struct ceph_snap_context *snapc, in ceph_osdc_alloc_request() 759 struct ceph_snap_context *snapc, in ceph_osdc_new_request() 2389 struct ceph_snap_context *snapc, u64 snap_id, in ceph_osdc_build_request() 2721 struct ceph_snap_context *snapc, in ceph_osdc_writepages()
|
/linux-4.1.27/include/linux/ceph/ |
D | libceph.h | 156 struct ceph_snap_context { struct 163 extern struct ceph_snap_context *ceph_create_snap_context(u32 snap_count, argument 165 extern struct ceph_snap_context *ceph_get_snap_context( 166 struct ceph_snap_context *sc); 167 extern void ceph_put_snap_context(struct ceph_snap_context *sc);
|
D | osd_client.h | 16 struct ceph_snap_context; 176 struct ceph_snap_context *r_snapc; /* snap context for writes */ 317 struct ceph_snap_context *snapc, 323 struct ceph_snap_context *snapc, 333 struct ceph_snap_context *snapc, 364 struct ceph_snap_context *sc,
|
/linux-4.1.27/fs/ceph/ |
D | addr.c | 58 static inline struct ceph_snap_context *page_snap_context(struct page *page) in page_snap_context() 74 struct ceph_snap_context *snapc; in ceph_set_page_dirty() 137 struct ceph_snap_context *snapc = page_snap_context(page); in ceph_invalidatepage() 438 static struct ceph_snap_context *get_oldest_context(struct inode *inode, in get_oldest_context() 442 struct ceph_snap_context *snapc = NULL; in get_oldest_context() 477 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock() 608 struct ceph_snap_context *snapc = req->r_snapc; in writepages_finish() 691 struct ceph_snap_context *snapc = NULL, *last_snapc = NULL, *pgsnapc; in ceph_writepages_start() 1012 struct ceph_snap_context *snapc) in context_is_writeable_or_written() 1014 struct ceph_snap_context *oldest = get_oldest_context(inode, NULL); in context_is_writeable_or_written() [all …]
|
D | super.h | 151 struct ceph_snap_context *context; 297 struct ceph_snap_context *i_head_snapc; /* set if wr_buffer_head > 0 or 652 struct ceph_snap_context *cached_context; 855 struct ceph_snap_context *snapc);
|
D | snap.c | 299 static struct ceph_snap_context *empty_snapc; 307 struct ceph_snap_context *snapc; in build_snap_context() 490 struct ceph_snap_context *snapc = ci->i_head_snapc; in ceph_queue_cap_snap()
|
D | file.c | 566 struct ceph_snap_context *snapc; in ceph_sync_direct_write() 683 struct ceph_snap_context *snapc; in ceph_sync_write()
|
D | caps.c | 2367 struct ceph_snap_context *snapc) in ceph_put_wrbuffer_cap_refs()
|
/linux-4.1.27/drivers/block/ |
D | rbd.c | 152 struct ceph_snap_context *snapc; 298 struct ceph_snap_context *snapc; /* for writes */ 892 size = SIZE_MAX - sizeof (struct ceph_snap_context); in rbd_dev_ondisk_valid() 916 struct ceph_snap_context *snapc; in rbd_header_from_disk() 1059 struct ceph_snap_context *snapc = rbd_dev->header.snapc; in rbd_dev_snap_index() 1894 struct ceph_snap_context *snapc; in rbd_osd_req_format_write() 1916 struct ceph_snap_context *snapc = NULL; in rbd_osd_req_create() 1965 struct ceph_snap_context *snapc; in rbd_osd_req_create_copyup() 2150 struct ceph_snap_context *snapc) in rbd_img_request_create() 3337 struct ceph_snap_context *snapc = NULL; in rbd_queue_workfn() [all …]
|