HomeSort by: relevance | last modified time | path
    Searched defs:physend (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_vnops.c 797 off_t physstart, physend; local in function:ulfs_readdir
821 physend = endoffset & ~(off_t)(fs->um_dirblksiz - 1);
823 dropend = endoffset - physend;
  /src/sys/ufs/ufs/
ufs_vnops.c 1590 off_t physstart, physend; local in function:ufs_readdir
1651 physend = rounddown2(endoffset, ump->um_dirblksiz);
1653 if (physstart >= physend) {
1667 dropend = endoffset - physend;
1672 * Note: rawbufmax = physend - physstart. Proof:
1674 * physend - physstart = physend - physstart
1675 * = physend - physstart + startoffset - startoffset
1676 * = physend + (startoffset - physstart) - startoffset
1677 * = physend + skipstart - startoffse
    [all...]

Completed in 14 milliseconds