Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_inode.c363 error = vtruncbuf(ovp, length, (int)fs->e2fs_bsize); in ext2_ind_truncate()
537 error = vtruncbuf(ovp, length, (int)fs->e2fs_bsize); in ext2_ext_truncate()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_denode.c457 allerror = vtruncbuf(DETOV(dep), length, pmp->pm_bpcluster); in detrunc()
/freebsd/sys/ufs/ffs/
H A Dffs_inode.c564 error = vtruncbuf(vp, length, fs->fs_bsize); in ffs_truncate()
/freebsd/sys/sys/
H A Dvnode.h747 int vtruncbuf(struct vnode *vp, off_t length, int blksize);
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c1821 * vtruncbuf() doesn't get the buffer overlapping the
1825 error = vtruncbuf(vp, nsize, biosize);
/freebsd/sys/kern/
H A Dvfs_subr.c2555 vtruncbuf(struct vnode *vp, off_t length, int blksize) in vtruncbuf() function