Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Daddr.c492 struct ceph_writeback_ctl ceph_wbc; in writepage_nounlock() local
504 oldest = get_oldest_context(inode, &ceph_wbc, snapc); in writepage_nounlock()
517 if (page_off >= ceph_wbc.i_size) { in writepage_nounlock()
518 dout("%p page eof %llu\n", page, ceph_wbc.i_size); in writepage_nounlock()
523 if (ceph_wbc.i_size < page_off + len) in writepage_nounlock()
524 len = ceph_wbc.i_size - page_off; in writepage_nounlock()
536 ceph_wbc.truncate_seq, ceph_wbc.truncate_size, in writepage_nounlock()
719 struct ceph_writeback_ctl ceph_wbc; in ceph_writepages_start() local
746 snapc = get_oldest_context(inode, &ceph_wbc, NULL); in ceph_writepages_start()
757 if (ceph_wbc.head_snapc && snapc != last_snapc) { in ceph_writepages_start()
[all …]