Home
last modified time | relevance | path

Searched refs:UFS_TRUNCATE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/ufs/ufs/
H A Dufsmount.h150 #define UFS_TRUNCATE(vp, off, flags, cr) \ macro
H A Dufs_inode.c312 error = UFS_TRUNCATE(vp, newsize, ioflag, cred); in ufs_truncate_retry()
H A Dufs_readwrite.c296 * up at the end with UFS_TRUNCATE. But if the power fails in in WRITE()
595 (void) UFS_TRUNCATE(vp, osize, ioflag & IO_SYNC, cred); in ufs_post_write_update()
H A Dufs_rename.c472 (void) UFS_TRUNCATE(tvp, (off_t)0, IO_SYNC, cred); in ufs_gro_rename()
H A Dufs_lookup.c1067 (void) UFS_TRUNCATE(dvp, (off_t)ulr->ulr_endoff, IO_SYNC, cr); in ufs_dircompact()
H A Dufs_vnops.c1464 (void) UFS_TRUNCATE(vp, (off_t)0, IO_SYNC, cnp->cn_cred); in ufs_rmdir()
/netbsd-src/sys/ufs/chfs/
H A Dchfs_vnops.c989 (void) UFS_TRUNCATE(vp, osize, ioflag & IO_SYNC, ap->a_cred); in chfs_write()