Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c1025 off_t enduseful; /* pointer past last used dir slot */ in ufs_dircheckforname() local
1237 enduseful = 0; in ufs_dircheckforname()
1395 enduseful = offset; in ufs_dircheckforname()
1434 if (enduseful < slotp->offset + slotp->size) in ufs_dircheckforname()
1435 enduseful = slotp->offset + slotp->size; in ufs_dircheckforname()
1436 slotp->endoff = P2ROUNDUP_TYPED(enduseful, DIRBLKSIZ, off_t); in ufs_dircheckforname()