Home
last modified time | relevance | path

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

/linux-3.4.99/fs/afs/
Dwrite.c140 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()
Dinternal.h153 unsigned to_last; /* offset into last page of end of write */ member