Home
last modified time | relevance | path

Searched refs:ceph_get_snap_context (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/net/ceph/
Dsnapshot.c46 struct ceph_snap_context *ceph_get_snap_context(struct ceph_snap_context *sc) in ceph_get_snap_context() function
52 EXPORT_SYMBOL(ceph_get_snap_context);
Dosd_client.c602 req->r_snapc = ceph_get_snap_context(snapc); in ceph_osdc_alloc_request()
/Linux-v5.10/include/linux/ceph/
Dlibceph.h175 extern struct ceph_snap_context *ceph_get_snap_context(
/Linux-v5.10/fs/ceph/
Daddr.c104 snapc = ceph_get_snap_context(capsnap->context); in ceph_set_page_dirty()
108 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_set_page_dirty()
544 snapc = ceph_get_snap_context(capsnap->context); in get_oldest_context()
551 snapc = ceph_get_snap_context(ci->i_head_snapc); in get_oldest_context()
1290 return ceph_get_snap_context(snapc); in ceph_find_incompatible()
Dfile.c1118 snapc = ceph_get_snap_context(capsnap->context); in ceph_aio_retry_work()
1121 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_aio_retry_work()
1776 snapc = ceph_get_snap_context(capsnap->context); in ceph_write_iter()
1779 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_write_iter()
Dsnap.c583 ci->i_head_snapc = ceph_get_snap_context(new_snapc); in ceph_queue_cap_snap()
Dcaps.c1722 ci->i_head_snapc = ceph_get_snap_context( in __ceph_mark_dirty_caps()
2602 ci->i_head_snapc = ceph_get_snap_context( in ceph_take_cap_refs()
/Linux-v5.10/drivers/block/
Drbd.c1651 img_req->snapc = ceph_get_snap_context(rbd_dev->header.snapc); in rbd_img_capture_header()