Searched refs:endoff (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dexpand.c90 int endoff; /* offset of end of region */ member in struct:ifsregion
364 removerecordregions(int endoff) argument
369 if (ifsfirst.endoff > endoff) {
378 if (ifsfirst.begoff > endoff)
382 ifsfirst.endoff = endoff;
388 while (ifslastp->next && ifslastp->next->begoff < endoff)
398 if (ifslastp->endoff > endoff)
[all...]
/freebsd-9.3-release/lib/libc/regex/grot/
H A Dmain.c20 regoff_t endoff = 0; variable
59 endoff = (regoff_t)atoi(optarg);
96 subs[0].rm_eo = strlen(argv[optind]) - endoff;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_bmap.h343 * Check if the endoff is outside the last extent. If so the caller will grow
349 xfs_fileoff_t endoff,
H A Dxfs_mount.h254 #define XFS_BMAP_EOF(mp, io, endoff, whichfork, eof) \
256 ((io)->io_obj, endoff, whichfork, eof)
H A Dxfs_vnodeops.c4210 * Zero file bytes between startoff and endoff inclusive.
4217 xfs_off_t endoff)
4232 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) {
4242 if (lastoffset > endoff)
4243 lastoffset = endoff;
4214 xfs_zero_remaining_bytes( xfs_inode_t *ip, xfs_off_t startoff, xfs_off_t endoff) argument
H A Dxfs_bmap.c6021 * Check if the endoff is outside the last extent. If so the caller will grow
6027 xfs_fileoff_t endoff, /* file offset in fsblocks */
6054 *eof = endoff >= startoff + blockcount;
6025 xfs_bmap_eof( xfs_inode_t *ip, xfs_fileoff_t endoff, int whichfork, int *eof) argument
/freebsd-9.3-release/sys/vm/
H A Dvm_page.c2643 int endoff, frag; local
2663 endoff = base + size;
2664 if ((frag = endoff & ~(DEV_BSIZE - 1)) != endoff &&
2665 (m->valid & (1 << (endoff >> DEV_BSHIFT))) == 0)
2666 pmap_zero_page_area(m, endoff,
2667 DEV_BSIZE - (endoff & (DEV_BSIZE - 1)));
2750 int endoff, frag; local
2770 endoff = base + size;
2771 if ((frag = endoff
[all...]
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_vnops.c1157 off_t endoff; local
1168 endoff = 0;
1417 endoff = tdp->i_endoff;
1576 if (error == 0 && endoff != 0) {
1579 ufsdirhash_dirtrunc(tdp, endoff);
1581 UFS_TRUNCATE(tdvp, endoff, IO_NORMAL | IO_SYNC, tcnp->cn_cred,
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Ddir.c309 * Delete directory entries between startcl, startoff and endcl, endoff.
313 int startoff, cl_t endcl, int endoff, int notlast)
325 e = delbuf + endoff;
312 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, int startoff, cl_t endcl, int endoff, int notlast) argument
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvnops.c2643 u_quad_t off, endoff, toff; local
2669 endoff = 0;
2763 if (toff > endoff)
2764 endoff = toff;
2776 retv = ncl_commit(vp, off, (int)(endoff - off),
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_vnops.c2984 u_quad_t off, endoff, toff; local
3009 endoff = 0;
3103 if (toff > endoff)
3104 endoff = toff;
3116 retv = nfs_commit(vp, off, (int)(endoff - off),
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c5667 off_t startoff, endoff; local
5689 endoff = roundup(IDX_TO_OFF(mreq->pindex) + PAGE_SIZE,
5691 reqend = OFF_TO_IDX(trunc_page(endoff)) - 1;

Completed in 189 milliseconds