HomeSort by: relevance | last modified time | path
    Searched defs:skipstart (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
822 skipstart = startoffset - physstart;
831 rawbufmax = callerbytes + skipstart - dropend;
877 if (skipstart > 0) {
878 /* drain skipstart */
879 if (lfs_dir_getreclen(fs, rawdp) <= skipstart) {
880 skipstart -= lfs_dir_getreclen(fs, rawdp);
ulfs_vnops.c 798 size_t skipstart, dropend; local in function:ulfs_readdir
822 skipstart = startoffset - physstart;
831 rawbufmax = callerbytes + skipstart - dropend;
877 if (skipstart > 0) {
878 /* drain skipstart */
879 if (lfs_dir_getreclen(fs, rawdp) <= skipstart) {
880 skipstart -= lfs_dir_getreclen(fs, rawdp);
ulfs_vnops.c 798 size_t skipstart, dropend; local in function:ulfs_readdir
822 skipstart = startoffset - physstart;
831 rawbufmax = callerbytes + skipstart - dropend;
877 if (skipstart > 0) {
878 /* drain skipstart */
879 if (lfs_dir_getreclen(fs, rawdp) <= skipstart) {
880 skipstart -= lfs_dir_getreclen(fs, rawdp);
  /src/sys/ufs/ufs/
ufs_vnops.c 1591 size_t skipstart, dropend; local in function:ufs_readdir
1659 * skipstart is the number of bytes we need to read in
1666 skipstart = startoffset - physstart;
1677 * = physend + skipstart - startoffset
1678 * = physend + skipstart - startoffset + endoffset - endoffset
1679 * = skipstart - startoffset + endoffset - (endoffset - physend)
1680 * = skipstart - startoffset + endoffset - dropend
1681 * = skipstart - startoffset + (startoffset + callerbytes) - dropend
1682 * = skipstart + callerbytes - dropend
1694 rawbufmax = callerbytes + skipstart;
    [all...]
ufs_vnops.c 1591 size_t skipstart, dropend; local in function:ufs_readdir
1659 * skipstart is the number of bytes we need to read in
1666 skipstart = startoffset - physstart;
1677 * = physend + skipstart - startoffset
1678 * = physend + skipstart - startoffset + endoffset - endoffset
1679 * = skipstart - startoffset + endoffset - (endoffset - physend)
1680 * = skipstart - startoffset + endoffset - dropend
1681 * = skipstart - startoffset + (startoffset + callerbytes) - dropend
1682 * = skipstart + callerbytes - dropend
1694 rawbufmax = callerbytes + skipstart;
    [all...]
ufs_vnops.c 1591 size_t skipstart, dropend; local in function:ufs_readdir
1659 * skipstart is the number of bytes we need to read in
1666 skipstart = startoffset - physstart;
1677 * = physend + skipstart - startoffset
1678 * = physend + skipstart - startoffset + endoffset - endoffset
1679 * = skipstart - startoffset + endoffset - (endoffset - physend)
1680 * = skipstart - startoffset + endoffset - dropend
1681 * = skipstart - startoffset + (startoffset + callerbytes) - dropend
1682 * = skipstart + callerbytes - dropend
1694 rawbufmax = callerbytes + skipstart;
    [all...]

Completed in 35 milliseconds