HomeSort by: relevance | last modified time | path
    Searched refs:slotsize (Results 1 - 5 of 5) 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...]
ulfs_dirhash.c 506 * in the compaction is stored in *slotsize. In other words, all of
508 * region beginning at the returned offset and spanning *slotsize bytes.
514 ulfsdirhash_findfree(struct inode *ip, int slotneeded, int *slotsize)
594 *slotsize = pos + i - slotstart;
  /src/sys/ufs/ufs/
ufs_dirhash.c 500 * in the compaction is stored in *slotsize. In other words, all of
502 * region beginning at the returned offset and spanning *slotsize bytes.
508 ufsdirhash_findfree(struct inode *ip, int slotneeded, int *slotsize)
588 *slotsize = pos + i - slotstart;

Completed in 15 milliseconds