Lines Matching refs:ceph_wbc
667 struct ceph_writeback_ctl ceph_wbc; in writepage_nounlock() local
684 oldest = get_oldest_context(inode, &ceph_wbc, snapc); in writepage_nounlock()
697 if (page_off >= ceph_wbc.i_size) { in writepage_nounlock()
699 ceph_wbc.i_size); in writepage_nounlock()
704 if (ceph_wbc.i_size < page_off + len) in writepage_nounlock()
705 len = ceph_wbc.i_size - page_off; in writepage_nounlock()
718 ceph_wbc.truncate_seq, in writepage_nounlock()
719 ceph_wbc.truncate_size, true); in writepage_nounlock()
937 struct ceph_writeback_ctl ceph_wbc; in ceph_writepages_start() local
975 snapc = get_oldest_context(inode, &ceph_wbc, NULL); in ceph_writepages_start()
986 if (ceph_wbc.head_snapc && snapc != last_snapc) { in ceph_writepages_start()
1001 } else if (!ceph_wbc.head_snapc) { in ceph_writepages_start()
1055 !ceph_wbc.head_snapc && in ceph_writepages_start()
1061 if (page_offset(page) >= ceph_wbc.i_size) { in ceph_writepages_start()
1065 folio->index, ceph_wbc.i_size); in ceph_writepages_start()
1066 if ((ceph_wbc.size_stable || in ceph_writepages_start()
1210 snapc, ceph_wbc.truncate_seq, in ceph_writepages_start()
1211 ceph_wbc.truncate_size, false); in ceph_writepages_start()
1220 snapc, ceph_wbc.truncate_seq, in ceph_writepages_start()
1221 ceph_wbc.truncate_size, true); in ceph_writepages_start()
1277 if (ceph_wbc.size_stable) { in ceph_writepages_start()
1278 len = min(len, ceph_wbc.i_size - offset); in ceph_writepages_start()
1362 !ceph_wbc.head_snapc) { in ceph_writepages_start()