Searched refs:vtruncbuf (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/vfs/hpfs/ |
| HD | hpfs_vnops.c | 561 error = vtruncbuf(vp, vap->va_size, DEV_BSIZE); in hpfs_setattr() 565 #error Need alternation for vtruncbuf() in hpfs_setattr()
|
| /dragonfly/sys/sys/ |
| HD | vnode.h | 472 int vtruncbuf (struct vnode *vp, off_t length, int blksize);
|
| /dragonfly/sys/vfs/msdosfs/ |
| HD | msdosfs_denode.c | 572 allerror = vtruncbuf(DETOV(dep), length, pmp->pm_bpcluster); in detrunc()
|
| /dragonfly/sys/vfs/ext2fs/ |
| HD | ext2_inode.c | 351 error = vtruncbuf(ovp, length, (int)fs->e2fs_bsize); in ext2_ind_truncate()
|
| /dragonfly/sys/kern/ |
| HD | vfs_subr.c | 475 vtruncbuf(struct vnode *vp, off_t length, int blksize) in vtruncbuf() function
|