Searched defs:entryend (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c1960 off_t entryend; local
1974 entryend = slotp->offset + slotp->size;
1992 dp->i_size = entryend;
1997 } else if (entryend > dp->i_size) {
2004 dp->i_size = P2ROUNDUP_TYPED(entryend, DIRBLKSIZ, off_t);

Completed in 75 milliseconds