Home
last modified time | relevance | path

Searched refs:slotoffset (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/ufs/ufs/
H A Dufs_lookup.c134 slotoffset = -1; in ufs_lookup()
204 if (slotoffset >= 0) { in ufs_lookup()
268 slotoffset = -1; in ufs_lookup()
304 slotoffset = dp->i_offset; in ufs_lookup()
308 if (slotoffset == -1) in ufs_lookup()
309 slotoffset = dp->i_offset; in ufs_lookup()
313 ep->d_reclen - slotoffset; in ufs_lookup()
388 dp->i_offset = slotoffset; in ufs_lookup()
394 dp->i_offset = slotoffset; in ufs_lookup()
396 if (enduseful < slotoffset + slotsize) in ufs_lookup()
[all …]
/openbsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c123 int slotoffset = 0; in msdosfs_findslot() local
209 slotoffset = diroff; in msdosfs_findslot()
286 __func__, dp->de_refcnt, slotcount, slotoffset)); in msdosfs_findslot()
294 slotoffset = diroff; in msdosfs_findslot()
297 slotoffset += sizeof(struct direntry) * (wincnt - slotcount); in msdosfs_findslot()
304 dp->de_fndoffset = slotoffset; in msdosfs_findslot()
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_lookup.c259 ss.slotoffset = -1; in ext2fs_lookup()
348 ss.slotoffset = -1; in ext2fs_lookup()
413 dp->i_offset = ss.slotoffset; in ext2fs_lookup()
415 if (enduseful < ss.slotoffset + ss.slotsize) in ext2fs_lookup()
416 enduseful = ss.slotoffset + ss.slotsize; in ext2fs_lookup()
655 ssp->slotoffset = ip->i_offset; in ext2fs_search_dirblock()
659 if (ssp->slotoffset == -1) in ext2fs_search_dirblock()
660 ssp->slotoffset = ip->i_offset; in ext2fs_search_dirblock()
664 letoh16(ep->e2d_reclen) - ssp->slotoffset; in ext2fs_search_dirblock()
H A Dext2fs_dir.h98 doff_t slotoffset; /* offset of area with free space */ member
/openbsd/sys/msdosfs/
H A Dmsdosfs_lookup.c93 int slotoffset = 0; in msdosfs_lookup() local
262 slotoffset = diroff; in msdosfs_lookup()
355 slotoffset = diroff; in msdosfs_lookup()
358 slotoffset += sizeof(struct direntry) * (wincnt - slotcount); in msdosfs_lookup()
369 slotcount, slotoffset); in msdosfs_lookup()
384 dp->de_fndoffset = slotoffset; in msdosfs_lookup()