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 */ local
1237 enduseful = 0;
1395 enduseful = offset;
1434 if (enduseful < slotp->offset + slotp->size)
1435 enduseful = slotp->offset + slotp->size;
1436 slotp->endoff = P2ROUNDUP_TYPED(enduseful, DIRBLKSIZ, off_t);

Completed in 49 milliseconds