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

/freebsd-13-stable/usr.sbin/makefs/msdos/
H A Dmsdosfs_denode.c213 detrunc(struct denode *dep, u_long length, int flags, struct ucred *cred) function
225 MSDOSFS_DPRINTF(("detrunc(): file %s, length %lu, flags %x\n",
237 MSDOSFS_DPRINTF(("detrunc(): can't truncate root directory, "
264 MSDOSFS_DPRINTF(("detrunc(): pcbmap fails %d\n",
284 MSDOSFS_DPRINTF(("detrunc(): bread fails %d\n",
301 MSDOSFS_DPRINTF(("detrunc(): allerror %d, eofentry %lu\n",
312 MSDOSFS_DPRINTF(("detrunc(): fatentry errors %d\n",
365 (void) detrunc(dep, dep->de_FileSize, 0, cred);
H A Dmsdosfs_lookup.c106 (void)detrunc(ddep, ddep->de_FileSize, 0, NULL);
/freebsd-13-stable/sys/fs/msdosfs/
H A Dmsdosfs_denode.c336 detrunc(struct denode *dep, u_long length, int flags, struct ucred *cred) function
349 printf("detrunc(): file %s, length %lu, flags %x\n", dep->de_Name, length, flags);
362 printf("detrunc(): can't truncate root directory, clust %ld, offset %ld\n",
391 printf("detrunc(): pcbmap fails %d\n", error);
415 printf("detrunc(): bread fails %d\n", error);
436 printf("detrunc(): vtruncbuf error %d\n", allerror);
442 printf("detrunc(): allerror %d, eofentry %lu\n",
455 printf("detrunc(): fatentry errors %d\n", error);
508 (void) detrunc(dep, dep->de_FileSize, 0, cred);
599 error = detrunc(de
[all...]
H A Ddenode.h286 int detrunc(struct denode *dep, u_long length, int flags, struct ucred *cred);
H A Dmsdosfs_vnops.c458 * anything. Keep falling through to detrunc()
463 error = detrunc(dep, vap->va_size, 0, cred);
815 detrunc(dep, osize, ioflag & IO_SYNC, NOCRED);
819 detrunc(dep, dep->de_FileSize, ioflag & IO_SYNC, NOCRED);
1455 error = detrunc(ip, (u_long)0, IO_SYNC, cnp->cn_cred);
H A Dmsdosfs_lookup.c626 (void)detrunc(ddep, ddep->de_FileSize, 0, NOCRED);

Completed in 115 milliseconds