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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c538 off_t inval_end; local
576 inval_end = offset & ~PAGE_MASK_64;
587 (inval_end > eof_page_base), add the
592 if (inval_end > eof_page_base) {
599 if (inval_start < inval_end) {
604 /* The pages between inval_start and inval_end are going to be invalidated,
605 and the actual write will start on a page past inval_end. Now's the last
621 rl_add(inval_start, inval_end - 1 , &fp->ff_invalidranges);
624 zero_off = fp->ff_size = inval_end;

Completed in 24 milliseconds