/src/usr.sbin/makefs/msdos/ |
msdosfs_denode.c | 197 msdosfs_detrunc(struct denode *dep, u_long length, int flags, function in typeref:typename:int 352 (void) msdosfs_detrunc(dep, dep->de_FileSize, 0, cred);
|
/src/sys/fs/msdosfs/ |
msdosfs_denode.c | 344 msdosfs_detrunc(struct denode *dep, u_long length, int flags, kauth_cred_t cred) function in typeref:typename:int 510 (void) msdosfs_detrunc(dep, dep->de_FileSize, 0, cred); 601 error = msdosfs_detrunc(dep, (u_long)0, 0, NOCRED);
|
denode.h | 319 int msdosfs_detrunc(struct denode *, u_long, int, struct kauth_cred *);
|
msdosfs_vnops.c | 363 error = msdosfs_detrunc(dep, (u_long)vap->va_size, 0, cred); 669 msdosfs_detrunc(dep, osize, ioflag & IO_SYNC, NOCRED); 932 error = msdosfs_detrunc(ip, (u_long)0, IO_SYNC, cnp->cn_cred);
|
msdosfs_lookup.c | 594 (void)msdosfs_detrunc(ddep, ddep->de_FileSize, 0,
|