Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dsnapshot.c61 struct ceph_snap_context *ceph_get_snap_context(struct ceph_snap_context *sc) in ceph_get_snap_context() function
67 EXPORT_SYMBOL(ceph_get_snap_context);
Dosd_client.c2414 req->r_snapc = ceph_get_snap_context(snapc); in ceph_osdc_build_request()
/linux-4.4.14/include/linux/ceph/
Dlibceph.h165 extern struct ceph_snap_context *ceph_get_snap_context(
/linux-4.4.14/fs/ceph/
Daddr.c98 snapc = ceph_get_snap_context(capsnap->context); in ceph_set_page_dirty()
102 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_set_page_dirty()
454 snapc = ceph_get_snap_context(capsnap->context); in get_oldest_context()
461 snapc = ceph_get_snap_context(ci->i_head_snapc); in get_oldest_context()
1078 snapc = ceph_get_snap_context(snapc); in ceph_update_writeable_page()
Dfile.c1081 snapc = ceph_get_snap_context(capsnap->context); in ceph_write_iter()
1084 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_write_iter()
Dsnap.c571 ci->i_head_snapc = ceph_get_snap_context(new_snapc); in ceph_queue_cap_snap()
Dcaps.c1387 ci->i_head_snapc = ceph_get_snap_context( in __ceph_mark_dirty_caps()
2278 ci->i_head_snapc = ceph_get_snap_context( in __take_cap_refs()
/linux-4.4.14/drivers/block/
Drbd.c3427 ceph_get_snap_context(snapc); in rbd_queue_workfn()