Home
last modified time | relevance | path

Searched refs:ext2fs_truncate (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_inode.c207 error = ext2fs_truncate(vp, (off_t)0, 0, NOCRED); in ext2fs_inactive()
287 ext2fs_truncate(struct vnode *ovp, off_t length, int ioflag, in ext2fs_truncate() function
342 (void) ext2fs_truncate(ovp, osize, ioflag & IO_SYNC, in ext2fs_truncate()
H A Dext2fs_extern.h120 int ext2fs_truncate(struct vnode *, off_t, int, kauth_cred_t);
H A Dext2fs_readwrite.c473 (void) ext2fs_truncate(vp, osize, ioflag & IO_SYNC, cred); in ext2fs_post_write_update()
H A Dext2fs_vnops.c398 error = ext2fs_truncate(vp, vap->va_size, 0, cred); in ext2fs_setattr()
811 error = ext2fs_truncate(vp, (off_t)0, IO_SYNC, cnp->cn_cred); in ext2fs_rmdir()
H A Dext2fs_lookup.c949 error = ext2fs_truncate(dvp, (off_t)ulr->ulr_endoff, IO_SYNC, in ext2fs_direnter()
H A Dext2fs_rename.c442 error = ext2fs_truncate(tvp, (off_t)0, IO_SYNC, cred); in ext2fs_gro_rename()