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

/linux-master/fs/ceph/
H A Daddr.c653 struct ceph_writeback_ctl ceph_wbc; local
672 oldest = get_oldest_context(inode, &ceph_wbc, snapc);
685 if (page_off >= ceph_wbc.i_size) {
687 ceph_vinop(inode), folio->index, ceph_wbc.i_size);
692 if (ceph_wbc.i_size < page_off + len)
693 len = ceph_wbc.i_size - page_off;
707 ceph_wbc.truncate_seq,
708 ceph_wbc.truncate_size, true);
936 struct ceph_writeback_ctl ceph_wbc; local
974 snapc = get_oldest_context(inode, &ceph_wbc, NUL
[all...]

Completed in 130 milliseconds