Searched refs:vtruncbuf (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_inode.c | 363 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 D | msdosfs_denode.c | 457 allerror = vtruncbuf(DETOV(dep), length, pmp->pm_bpcluster); in detrunc()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_inode.c | 564 error = vtruncbuf(vp, length, fs->fs_bsize); in ffs_truncate()
|
/freebsd/sys/sys/ |
H A D | vnode.h | 747 int vtruncbuf(struct vnode *vp, off_t length, int blksize);
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clbio.c | 1821 * vtruncbuf() doesn't get the buffer overlapping the 1825 error = vtruncbuf(vp, nsize, biosize);
|
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 2555 vtruncbuf(struct vnode *vp, off_t length, int blksize) in vtruncbuf() function
|