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

  /src/sys/ufs/lfs/
ulfs_vnops.c 787 size_t callerbytes; local
810 callerbytes = calleruio->uio_resid;
812 endoffset = startoffset + callerbytes;
814 if (callerbytes < _DIRENT_MINSIZE(dirent)) {
825 if (callerbytes - dropend < LFS_DIRECTSIZ(fs, 0)) {
831 rawbufmax = callerbytes + skipstart - dropend;
855 direntbufmax = callerbytes;
926 callerbytes = ((char *)(void *)dirent - direntbuf);
927 error = uiomove(direntbuf, callerbytes, calleruio);
  /src/sys/ufs/ufs/
ufs_vnops.c 1583 size_t callerbytes; local
1608 * XXX: there should probably be an upper bound on callerbytes
1611 callerbytes = calleruio->uio_resid;
1613 endoffset = startoffset + callerbytes;
1615 if (callerbytes < _DIRENT_MINSIZE(dirent)) {
1684 * = skipstart - startoffset + (startoffset + callerbytes) - dropend
1685 * = skipstart + callerbytes - dropend
1696 /* Base buffer space for CALLERBYTES of new data */
1697 rawbufmax = callerbytes + skipstart;
1698 if (rawbufmax < callerbytes)
    [all...]

Completed in 18 milliseconds