Searched refs:to_last (Results 1 – 2 of 2) sorted by relevance
140 candidate->to_last = to; in afs_write_begin()199 if (index == wb->last && to > wb->to_last) in afs_write_begin()200 wb->to_last = to; in afs_write_begin()210 wb->to_last = to; in afs_write_begin()392 to = (last == wb->last) ? wb->to_last : PAGE_SIZE; in afs_write_back_from_locked_page()713 wb->to_last = PAGE_SIZE; in afs_fsync()
153 unsigned to_last; /* offset into last page of end of write */ member