msdosfs_detrunc
int msdosfs_detrunc(struct denode *, u_long, int, struct kauth_cred *);
(void) msdosfs_detrunc(dep, dep->de_FileSize, 0, cred);
error = msdosfs_detrunc(dep, (u_long)0, 0, NOCRED);
(void)msdosfs_detrunc(ddep, ddep->de_FileSize, 0,
error = msdosfs_detrunc(dep, (u_long)vap->va_size, 0, cred);
msdosfs_detrunc(dep, osize, ioflag & IO_SYNC, NOCRED);
error = msdosfs_detrunc(ip, (u_long)0, IO_SYNC, cnp->cn_cred);
(void) msdosfs_detrunc(dep, dep->de_FileSize, 0, cred);