Home
last modified time | relevance | path

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

/Linux-v5.4/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.c600 req->r_snapc = ceph_get_snap_context(snapc); in ceph_osdc_alloc_request()
/Linux-v5.4/include/linux/ceph/
Dlibceph.h172 extern struct ceph_snap_context *ceph_get_snap_context(
/Linux-v5.4/fs/ceph/
Daddr.c102 snapc = ceph_get_snap_context(capsnap->context); in ceph_set_page_dirty()
106 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_set_page_dirty()
524 snapc = ceph_get_snap_context(capsnap->context); in get_oldest_context()
531 snapc = ceph_get_snap_context(ci->i_head_snapc); in get_oldest_context()
1254 snapc = ceph_get_snap_context(snapc); in ceph_update_writeable_page()
Dfile.c877 snapc = ceph_get_snap_context(capsnap->context); in ceph_aio_retry_work()
880 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_aio_retry_work()
1513 snapc = ceph_get_snap_context(capsnap->context); in ceph_write_iter()
1516 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.c1640 ci->i_head_snapc = ceph_get_snap_context( in __ceph_mark_dirty_caps()
2509 ci->i_head_snapc = ceph_get_snap_context( in __take_cap_refs()
/Linux-v5.4/drivers/block/
Drbd.c4862 ceph_get_snap_context(snapc); in rbd_queue_workfn()