Searched refs:ffs_truncate_internal (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_extern.h95 int ffs_truncate_internal(vnode_t, off_t, int, kauth_cred_t);
H A Dufs_inode.c121 error = ffs_truncate_internal(vp, (off_t)0, 0, NOCRED);
H A Dufs_readwrite.c405 (void)ffs_truncate_internal(vp, uio->uio_offset, ioflag & IO_SYNC, cred);
479 (void)ffs_truncate_internal(vp, osize, ioflag & IO_SYNC, cred);
H A Dufs_vnops.c335 if ( (error = ffs_truncate_internal(vp, vap->va_data_size, vap->va_vaflags & 0xffff, cred)) )
964 error = ffs_truncate_internal(tvp, (off_t)0, ioflag, vfs_context_ucred(tcnp->cn_context));
1301 error = ffs_truncate_internal(vp, (off_t)0, ioflag, vfs_context_ucred(cnp->cn_context));
H A Dufs_lookup.c793 error = ffs_truncate_internal(dvp, (off_t)dp->i_endoff, IO_SYNC, vfs_context_ucred(ctx));
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_inode.c181 ffs_truncate_internal(vnode_t ovp, off_t length, int flags, ucred_t cred) function

Completed in 31 milliseconds