Home
last modified time | relevance | path

Searched refs:ceph_put_snap_context (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/ceph/
Daddr.c170 ceph_put_snap_context(snapc); in ceph_invalidatepage()
404 ceph_put_snap_context(oldest); in writepage_nounlock()
407 ceph_put_snap_context(oldest); in writepage_nounlock()
446 ceph_put_snap_context(snapc); /* page's reference */ in writepage_nounlock()
541 ceph_put_snap_context((void *)page->private); in writepages_finish()
652 ceph_put_snap_context(snapc); in ceph_writepages_start()
885 ceph_put_snap_context(snapc); in ceph_writepages_start()
901 ceph_put_snap_context(oldest); in context_is_writeable_or_written()
945 ceph_put_snap_context(oldest); in ceph_update_writeable_page()
957 ceph_put_snap_context(snapc); in ceph_update_writeable_page()
[all …]
Dsnap.c177 ceph_put_snap_context(realm->cached_context); in __destroy_snap_realm()
368 ceph_put_snap_context(realm->cached_context); in build_snap_context()
378 ceph_put_snap_context(realm->cached_context); in build_snap_context()
Dcaps.c2236 ceph_put_snap_context(ci->i_head_snapc); in ceph_put_wrbuffer_cap_refs()
2269 ceph_put_snap_context(capsnap->context); in ceph_put_wrbuffer_cap_refs()
2530 ceph_put_snap_context(ci->i_head_snapc); in handle_cap_flush_ack()
2576 ceph_put_snap_context(capsnap->context); in handle_cap_flushsnap_ack()
/linux-2.6.39/include/linux/ceph/
Dlibceph.h178 static inline void ceph_put_snap_context(struct ceph_snap_context *sc) in ceph_put_snap_context() function
/linux-2.6.39/net/ceph/
Dosd_client.c158 ceph_put_snap_context(req->r_snapc); in ceph_osdc_release_request()