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

  /src/sys/ufs/lfs/
ulfs_vnops.c 798 size_t skipstart, dropend; local in function:ulfs_readdir
823 dropend = endoffset - physend;
825 if (callerbytes - dropend < LFS_DIRECTSIZ(fs, 0)) {
831 rawbufmax = callerbytes + skipstart - dropend;
ulfs_vnops.c 798 size_t skipstart, dropend; local in function:ulfs_readdir
823 dropend = endoffset - physend;
825 if (callerbytes - dropend < LFS_DIRECTSIZ(fs, 0)) {
831 rawbufmax = callerbytes + skipstart - dropend;
ulfs_vnops.c 798 size_t skipstart, dropend; local in function:ulfs_readdir
823 dropend = endoffset - physend;
825 if (callerbytes - dropend < LFS_DIRECTSIZ(fs, 0)) {
831 rawbufmax = callerbytes + skipstart - dropend;
  /src/sys/ufs/ufs/
ufs_vnops.c 1591 size_t skipstart, dropend; local in function:ufs_readdir
1663 * dropend is the number of bytes to ignore at the end of the
1667 dropend = endoffset - physend;
1680 * = skipstart - startoffset + endoffset - dropend
1681 * = skipstart - startoffset + (startoffset + callerbytes) - dropend
1682 * = skipstart + callerbytes - dropend
1697 rawbufmax -= dropend;
ufs_vnops.c 1591 size_t skipstart, dropend; local in function:ufs_readdir
1663 * dropend is the number of bytes to ignore at the end of the
1667 dropend = endoffset - physend;
1680 * = skipstart - startoffset + endoffset - dropend
1681 * = skipstart - startoffset + (startoffset + callerbytes) - dropend
1682 * = skipstart + callerbytes - dropend
1697 rawbufmax -= dropend;
ufs_vnops.c 1591 size_t skipstart, dropend; local in function:ufs_readdir
1663 * dropend is the number of bytes to ignore at the end of the
1667 dropend = endoffset - physend;
1680 * = skipstart - startoffset + endoffset - dropend
1681 * = skipstart - startoffset + (startoffset + callerbytes) - dropend
1682 * = skipstart + callerbytes - dropend
1697 rawbufmax -= dropend;

Completed in 185 milliseconds