Searched refs:UFS_TRUNCATE (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/ufs/ufs/ |
| H A D | ufsmount.h | 150 #define UFS_TRUNCATE(vp, off, flags, cr) \ macro
|
| H A D | ufs_inode.c | 312 error = UFS_TRUNCATE(vp, newsize, ioflag, cred); in ufs_truncate_retry()
|
| H A D | ufs_readwrite.c | 296 * 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 D | ufs_rename.c | 472 (void) UFS_TRUNCATE(tvp, (off_t)0, IO_SYNC, cred); in ufs_gro_rename()
|
| H A D | ufs_lookup.c | 1067 (void) UFS_TRUNCATE(dvp, (off_t)ulr->ulr_endoff, IO_SYNC, cr); in ufs_dircompact()
|
| H A D | ufs_vnops.c | 1464 (void) UFS_TRUNCATE(vp, (off_t)0, IO_SYNC, cnp->cn_cred); in ufs_rmdir()
|
| /netbsd-src/sys/ufs/chfs/ |
| H A D | chfs_vnops.c | 989 (void) UFS_TRUNCATE(vp, osize, ioflag & IO_SYNC, ap->a_cred); in chfs_write()
|