Lines Matching refs:ceph_wbc
600 struct ceph_writeback_ctl ceph_wbc;
612 oldest = get_oldest_context(inode, &ceph_wbc, snapc);
625 if (page_off >= ceph_wbc.i_size) {
626 dout("%p page eof %llu\n", page, ceph_wbc.i_size);
631 if (ceph_wbc.i_size < page_off + len)
632 len = ceph_wbc.i_size - page_off;
644 ceph_wbc.truncate_seq, ceph_wbc.truncate_size,
827 struct ceph_writeback_ctl ceph_wbc;
854 snapc = get_oldest_context(inode, &ceph_wbc, NULL);
865 if (ceph_wbc.head_snapc && snapc != last_snapc) {
880 } else if (!ceph_wbc.head_snapc) {
931 !ceph_wbc.head_snapc &&
937 if (page_offset(page) >= ceph_wbc.i_size) {
939 page, ceph_wbc.i_size);
940 if ((ceph_wbc.size_stable ||
1067 snapc, ceph_wbc.truncate_seq,
1068 ceph_wbc.truncate_size, false);
1077 snapc, ceph_wbc.truncate_seq,
1078 ceph_wbc.truncate_size, true);
1115 if (ceph_wbc.size_stable) {
1116 len = min(len, ceph_wbc.i_size - offset);
1193 !ceph_wbc.head_snapc) {