Searched refs:slotsize (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_dir.h53 int slotsize; /* size of area at slotoffset */ member in struct:ext2fs_searchslot
H A Dext2_lookup.c351 ss.slotfreespace = ss.slotsize = ss.slotneeded = 0;
495 dp->i_count = ss.slotsize;
496 if (enduseful < ss.slotoffset + ss.slotsize)
497 enduseful = ss.slotoffset + ss.slotsize;
754 ssp->slotsize = ep->e2d_reclen;
761 ssp->slotsize = *offp +
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_lookup.c203 int slotsize; /* size of area at slotoffset */ local
272 slotfreespace = slotsize = slotneeded = 0;
291 &slotsize);
402 slotsize = ep->d_reclen;
409 slotsize = i_offset +
444 slotsize = ep->d_reclen;
516 dp->i_count = slotsize;
517 if (enduseful < slotoffset + slotsize)
518 enduseful = slotoffset + slotsize;
H A Dufs_dirhash.c695 * in the compaction is stored in *slotsize. In other words, all of
697 * region beginning at the returned offset and spanning *slotsize bytes.
703 ufsdirhash_findfree(struct inode *ip, int slotneeded, int *slotsize) argument
769 *slotsize = pos + i - slotstart;

Completed in 192 milliseconds