Searched refs:ceph_snap_context (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/include/linux/ceph/ |
D | osd_client.h | 14 struct ceph_snap_context; 83 struct ceph_snap_context *r_snapc; /* snap context for writes */ 214 struct ceph_snap_context *snapc, 224 struct ceph_snap_context *snapc, 233 struct ceph_snap_context *snapc, 273 struct ceph_snap_context *sc,
|
D | libceph.h | 159 struct ceph_snap_context { struct 166 static inline struct ceph_snap_context * argument 167 ceph_get_snap_context(struct ceph_snap_context *sc) in ceph_get_snap_context() 178 static inline void ceph_put_snap_context(struct ceph_snap_context *sc) in ceph_put_snap_context()
|
/linux-2.6.39/fs/ceph/ |
D | addr.c | 69 struct ceph_snap_context *snapc; in ceph_set_page_dirty() 145 struct ceph_snap_context *snapc = (void *)page->private; in ceph_invalidatepage() 334 static struct ceph_snap_context *get_oldest_context(struct inode *inode, in get_oldest_context() 338 struct ceph_snap_context *snapc = NULL; in get_oldest_context() 377 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock() 498 struct ceph_snap_context *snapc = req->r_snapc; in writepages_finish() 600 struct ceph_snap_context *snapc = NULL, *last_snapc = NULL, *pgsnapc; in ceph_writepages_start() 896 struct ceph_snap_context *snapc) in context_is_writeable_or_written() 898 struct ceph_snap_context *oldest = get_oldest_context(inode, NULL); in context_is_writeable_or_written() 925 struct ceph_snap_context *snapc, *oldest; in ceph_update_writeable_page()
|
D | super.h | 135 struct ceph_snap_context *context; 279 struct ceph_snap_context *i_head_snapc; /* set if wr_buffer_head > 0 or 600 struct ceph_snap_context *cached_context; 740 struct ceph_snap_context *snapc);
|
D | snap.c | 297 struct ceph_snap_context *snapc; in build_snap_context() 462 struct ceph_snap_context *snapc = ci->i_head_snapc; in ceph_queue_cap_snap()
|
D | caps.c | 2218 struct ceph_snap_context *snapc) in ceph_put_wrbuffer_cap_refs()
|
/linux-2.6.39/drivers/block/ |
D | rbd.c | 70 struct ceph_snap_context *snapc; 466 header->snapc = kmalloc(sizeof(struct ceph_snap_context) + in rbd_header_from_disk() 562 struct ceph_snap_context *snapc = header->snapc; in rbd_header_set_snap() 826 struct ceph_snap_context *snapc, in rbd_do_request() 987 struct ceph_snap_context *snapc, in rbd_req_sync_op() 1051 struct ceph_snap_context *snapc, in rbd_do_op() 1107 struct ceph_snap_context *snapc, in rbd_req_write() 1143 struct ceph_snap_context *snapc, in rbd_req_sync_read()
|
/linux-2.6.39/net/ceph/ |
D | osd_client.c | 187 struct ceph_snap_context *snapc, in ceph_osdc_alloc_request() 359 struct ceph_snap_context *snapc, in ceph_osdc_build_request() 446 struct ceph_snap_context *snapc, in ceph_osdc_new_request() 1889 struct ceph_snap_context *snapc, in ceph_osdc_writepages()
|