Home
last modified time | relevance | path

Searched refs:vtruncbuf (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/vfs/hpfs/
HDhpfs_vnops.c561 error = vtruncbuf(vp, vap->va_size, DEV_BSIZE); in hpfs_setattr()
565 #error Need alternation for vtruncbuf() in hpfs_setattr()
/dragonfly/sys/sys/
HDvnode.h472 int vtruncbuf (struct vnode *vp, off_t length, int blksize);
/dragonfly/sys/vfs/msdosfs/
HDmsdosfs_denode.c572 allerror = vtruncbuf(DETOV(dep), length, pmp->pm_bpcluster); in detrunc()
/dragonfly/sys/vfs/ext2fs/
HDext2_inode.c351 error = vtruncbuf(ovp, length, (int)fs->e2fs_bsize); in ext2_ind_truncate()
/dragonfly/sys/kern/
HDvfs_subr.c475 vtruncbuf(struct vnode *vp, off_t length, int blksize) in vtruncbuf() function