Home
last modified time | relevance | path

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

/Linux-v4.19/net/ceph/
Dsnapshot.c59 struct ceph_snap_context *ceph_get_snap_context(struct ceph_snap_context *sc) in ceph_get_snap_context() function
65 EXPORT_SYMBOL(ceph_get_snap_context);
Dosd_client.c597 req->r_snapc = ceph_get_snap_context(snapc); in ceph_osdc_alloc_request()
/Linux-v4.19/include/linux/ceph/
Dlibceph.h163 extern struct ceph_snap_context *ceph_get_snap_context(
/Linux-v4.19/fs/ceph/
Daddr.c101 snapc = ceph_get_snap_context(capsnap->context); in ceph_set_page_dirty()
105 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_set_page_dirty()
520 snapc = ceph_get_snap_context(capsnap->context); in get_oldest_context()
527 snapc = ceph_get_snap_context(ci->i_head_snapc); in get_oldest_context()
1263 snapc = ceph_get_snap_context(snapc); in ceph_update_writeable_page()
Dfile.c861 snapc = ceph_get_snap_context(capsnap->context); in ceph_aio_retry_work()
864 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_aio_retry_work()
1478 snapc = ceph_get_snap_context(capsnap->context); in ceph_write_iter()
1481 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_write_iter()
Dsnap.c572 ci->i_head_snapc = ceph_get_snap_context(new_snapc); in ceph_queue_cap_snap()
Dcaps.c1630 ci->i_head_snapc = ceph_get_snap_context( in __ceph_mark_dirty_caps()
2475 ci->i_head_snapc = ceph_get_snap_context( in __take_cap_refs()
/Linux-v4.19/drivers/block/
Drbd.c3692 ceph_get_snap_context(snapc); in rbd_queue_workfn()