Home
last modified time | relevance | path

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

/minix3/sys/ufs/lfs/
H A Dlfs_pages.c242 off_t startoffset, off_t endoffset, off_t blkeof, in check_dirty() argument
262 ((endoffset - startoffset) >> PAGE_SHIFT) * in check_dirty()
269 soff = startoffset; in check_dirty()
464 off_t origoffset, startoffset, endoffset, origendoffset, blkeof; in lfs_putpages() local
554 startoffset = origoffset & ~(lfs_sb_getbmask(fs)); in lfs_putpages()
566 KASSERT(startoffset > 0 || endoffset >= startoffset); in lfs_putpages()
567 if (startoffset == endoffset) { in lfs_putpages()
571 PRId64 "\n", startoffset)); in lfs_putpages()
575 ap->a_offlo = startoffset; in lfs_putpages()
605 r = check_dirty(fs, vp, startoffset, endoffset, blkeof, in lfs_putpages()
[all …]
H A Dlfs_balloc.c113 lfs_balloc(struct vnode *vp, off_t startoffset, int iosize, kauth_cred_t cred, in lfs_balloc() argument
128 offset = lfs_blkoff(fs, startoffset); in lfs_balloc()
130 lbn = lfs_lblkno(fs, startoffset); in lfs_balloc()
H A Dlfs_vfsops.c1891 off_t eof, offset, startoffset = 0; in lfs_gop_write() local
1968 startoffset = pg->offset; in lfs_gop_write()
1971 if (startoffset >= eof) { in lfs_gop_write()
1975 bytes = MIN(npages << PAGE_SHIFT, eof - startoffset); in lfs_gop_write()
2000 if (startoffset & lfs_sb_getbmask(fs)) in lfs_gop_write()
2002 startoffset, lfs_sb_getbmask(fs), in lfs_gop_write()
2003 startoffset & lfs_sb_getbmask(fs)); in lfs_gop_write()
2004 KASSERT((startoffset & lfs_sb_getbmask(fs)) == 0); in lfs_gop_write()
2050 for (offset = startoffset; in lfs_gop_write()
2094 if (offset == startoffset && iobytes == bytes) { in lfs_gop_write()
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A D2009-07-20-CoalescerBug.ll80 …%startoffset.0.ph = phi i32 [ 0, %cond.end834 ], [ 0, %land.lhs.true838 ], [ %conv851, %if.then842…
104 %idx.ext1132.pre = zext i32 %startoffset.0.ph to i64 ; <i64> [#uses=1]
111 %idx.ext1112 = zext i32 %startoffset.0.ph to i64 ; <i64> [#uses=1]
/minix3/usr.sbin/makefs/
H A Dcd9660.c488 int64_t startoffset; in cd9660_makefs() local
601 startoffset = diskStructure->sectorSize*diskStructure->dataFirstSector; in cd9660_makefs()
603 totalSpace = cd9660_compute_offsets(diskStructure, real_root, startoffset); in cd9660_makefs()