Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Daddr.c588 struct ceph_snap_context *last_snapc; member
1031 ceph_wbc->last_snapc = NULL; in ceph_init_writeback_ctl()
1086 if (ceph_wbc->head_snapc && ceph_wbc->snapc != ceph_wbc->last_snapc) { in ceph_define_writeback_range()
1112 ceph_put_snap_context(ceph_wbc->last_snapc); in ceph_define_writeback_range()
1113 ceph_wbc->last_snapc = ceph_wbc->snapc; in ceph_define_writeback_range()
1755 ceph_put_snap_context(ceph_wbc.last_snapc); in ceph_writepages_start()