Searched refs:ceph_snap_context (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/include/linux/ceph/ |
D | osd_client.h | 21 struct ceph_snap_context; 88 struct ceph_snap_context *r_snapc; /* snap context for writes */ 219 struct ceph_snap_context *snapc, 229 struct ceph_snap_context *snapc, 238 struct ceph_snap_context *snapc, 278 struct ceph_snap_context *sc,
|
D | libceph.h | 158 struct ceph_snap_context { struct 165 static inline struct ceph_snap_context * argument 166 ceph_get_snap_context(struct ceph_snap_context *sc) in ceph_get_snap_context() 177 static inline void ceph_put_snap_context(struct ceph_snap_context *sc) in ceph_put_snap_context()
|
/linux-3.4.99/fs/ceph/ |
D | addr.c | 57 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() 150 struct ceph_snap_context *snapc = page_snap_context(page); in ceph_invalidatepage() 403 static struct ceph_snap_context *get_oldest_context(struct inode *inode, in get_oldest_context() 407 struct ceph_snap_context *snapc = NULL; in get_oldest_context() 446 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock() 567 struct ceph_snap_context *snapc = req->r_snapc; in writepages_finish() 669 struct ceph_snap_context *snapc = NULL, *last_snapc = NULL, *pgsnapc; in ceph_writepages_start() 963 struct ceph_snap_context *snapc) in context_is_writeable_or_written() 965 struct ceph_snap_context *oldest = get_oldest_context(inode, NULL); in context_is_writeable_or_written() [all …]
|
D | super.h | 138 struct ceph_snap_context *context; 297 struct ceph_snap_context *i_head_snapc; /* set if wr_buffer_head > 0 or 628 struct ceph_snap_context *cached_context; 770 struct ceph_snap_context *snapc);
|
D | snap.c | 297 struct ceph_snap_context *snapc; in build_snap_context() 470 struct ceph_snap_context *snapc = ci->i_head_snapc; in ceph_queue_cap_snap()
|
D | caps.c | 2222 struct ceph_snap_context *snapc) in ceph_put_wrbuffer_cap_refs()
|
/linux-3.4.99/drivers/block/ |
D | rbd.c | 85 struct ceph_snap_context *snapc; 518 header->snapc = kmalloc(sizeof(struct ceph_snap_context) + in rbd_header_from_disk() 598 struct ceph_snap_context *snapc = header->snapc; in rbd_header_set_snap() 871 struct ceph_snap_context *snapc, in rbd_do_request() 1027 struct ceph_snap_context *snapc, in rbd_req_sync_op() 1091 struct ceph_snap_context *snapc, in rbd_do_op() 1147 struct ceph_snap_context *snapc, in rbd_req_write() 1183 struct ceph_snap_context *snapc, in rbd_req_sync_read() 1400 struct ceph_snap_context *snapc; in rbd_rq_fn()
|
/linux-3.4.99/net/ceph/ |
D | osd_client.c | 194 struct ceph_snap_context *snapc, in ceph_osdc_alloc_request() 368 struct ceph_snap_context *snapc, in ceph_osdc_build_request() 455 struct ceph_snap_context *snapc, in ceph_osdc_new_request() 1945 struct ceph_snap_context *snapc, in ceph_osdc_writepages()
|