Searched refs:ceph_snap_context (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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 | 545 struct ceph_snap_context *snapc, in ceph_osdc_alloc_request() 1061 struct ceph_snap_context *snapc, in ceph_osdc_new_request()
|
| /linux-6.15/include/linux/ceph/ |
| H A D | libceph.h | 163 struct ceph_snap_context { struct 170 extern struct ceph_snap_context *ceph_create_snap_context(u32 snap_count, argument 172 extern struct ceph_snap_context *ceph_get_snap_context( 173 struct ceph_snap_context *sc); 174 extern void ceph_put_snap_context(struct ceph_snap_context *sc);
|
| H A D | osd_client.h | 21 struct ceph_snap_context; 269 struct ceph_snap_context *r_snapc; /* for writes */ 543 struct ceph_snap_context *snapc, 555 struct ceph_snap_context *snapc,
|
| /linux-6.15/fs/ceph/ |
| H A D | addr.c | 87 struct ceph_snap_context *snapc; in ceph_dirty_folio() 146 struct ceph_snap_context *snapc; in ceph_invalidate_folio() 576 struct ceph_snap_context *snapc; 577 struct ceph_snap_context *last_snapc; 610 static struct ceph_snap_context * 616 struct ceph_snap_context *snapc = NULL; in get_oldest_context() 672 struct ceph_snap_context *snapc; in get_writepages_data_length() 1134 struct ceph_snap_context *pgsnapc; in ceph_check_page_before_write() 1778 static struct ceph_snap_context * 1831 struct ceph_snap_context *snapc; in ceph_netfs_check_write_begin() [all …]
|
| H A D | super.h | 230 struct ceph_snap_context *context; 417 struct ceph_snap_context *i_head_snapc; /* set if wr_buffer_head > 0 or 946 struct ceph_snap_context *cached_context; 1252 struct ceph_snap_context *snapc);
|
| H A D | snap.c | 342 struct ceph_snap_context *snapc; in build_snap_context() 507 static bool has_new_snaps(struct ceph_snap_context *o, in has_new_snaps() 508 struct ceph_snap_context *n) in has_new_snaps() 535 struct ceph_snap_context *old_snapc, *new_snapc; in ceph_queue_cap_snap()
|
| H A D | file.c | 1421 struct ceph_snap_context *snapc; in ceph_aio_retry_work() 1481 struct ceph_snap_context *snapc, in ceph_direct_read_write() 1711 struct ceph_snap_context *snapc) in ceph_sync_write() 2431 struct ceph_snap_context *snapc; in ceph_write_iter()
|
| H A D | caps.c | 3343 struct ceph_snap_context *snapc) in ceph_put_wrbuffer_cap_refs()
|
| /linux-6.15/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 = { 958 size = SIZE_MAX - sizeof (struct ceph_snap_context); in rbd_dev_ondisk_valid() 1015 struct ceph_snap_context *snapc; in rbd_header_from_disk() 1143 struct ceph_snap_context *snapc = rbd_dev->header.snapc; in rbd_dev_snap_index() 1428 struct ceph_snap_context *snapc, int num_ops) in __rbd_obj_add_osd_request() 5913 struct ceph_snap_context *snapc = rbd_dev->header.snapc; in rbd_v1_snap_id_by_name() 5931 struct ceph_snap_context *snapc = rbd_dev->header.snapc; in rbd_v2_snap_id_by_name() 6049 struct ceph_snap_context **psnapc) in rbd_dev_v2_snap_context() [all …]
|