Home
last modified time | relevance | path

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

/fs/ceph/
Daddr.c667 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()
939 struct ceph_writeback_ctl ceph_wbc; in ceph_writepages_start() local
977 snapc = get_oldest_context(inode, &ceph_wbc, NULL); in ceph_writepages_start()
[all …]