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

  /src/sys/ufs/ext2fs/
ext2fs_dir.h 127 int slotsize; /* size of area at slotoffset */ member in struct:ext2fs_searchslot
ext2fs_lookup.c 289 int slotsize; /* size of area at slotoffset */ local in function:ext2fs_lookup
356 slotfreespace = slotsize = slotneeded = 0;
485 slotsize = fs2h16(ep->e2d_reclen);
492 slotsize = results->ulr_offset +
566 results->ulr_count = slotsize;
567 if (enduseful < slotoffset + slotsize)
568 enduseful = slotoffset + slotsize;
731 ssp->slotsize = ep->e2d_reclen;
744 ssp->slotsize = *offp + ep->e2d_reclen - ssp->slotoffset;
  /src/sys/ufs/lfs/
ulfs_lookup.c 134 int slotsize; /* size of area at slotoffset */ local in function:ulfs_lookup
222 slotfreespace = slotsize = slotneeded = 0;
253 &slotsize);
358 slotsize = lfs_dir_getreclen(fs, ep);
365 slotsize = results->ulr_offset +
393 slotsize = lfs_dir_getreclen(fs, ep);
394 results->ulr_reclen = slotsize;
480 results->ulr_count = slotsize;
481 if (enduseful < slotoffset + slotsize)
482 enduseful = slotoffset + slotsize;
    [all...]

Completed in 13 milliseconds