Home
last modified time | relevance | path

Searched refs: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; in dirprepareentry() local
1974 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()