Searched refs:entryend (Results 1 – 1 of 1) sorted by relevance
1960 off_t entryend; in dirprepareentry() local1974 entryend = slotp->offset + slotp->size; in dirprepareentry()1992 dp->i_size = entryend; in dirprepareentry()1997 } else if (entryend > dp->i_size) { in dirprepareentry()2004 dp->i_size = P2ROUNDUP_TYPED(entryend, DIRBLKSIZ, off_t); in dirprepareentry()