Home
last modified time | relevance | path

Searched refs:nvtruncbuf (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/vfs/fuse/
H A Dfuse_node.c233 error = nvtruncbuf(vp, newsize, FUSE_BLKSIZE, -1, 0); in fuse_node_truncate()
H A Dfuse_vnops.c1988 error = nvtruncbuf(vp, newsize, FUSE_BLKSIZE, -1, nvextflags); in fuse_reg_resize()
/dragonfly/sys/kern/
H A Dvfs_vm.c130 nvtruncbuf(struct vnode *vp, off_t length, int blksize, int boff, int flags) in nvtruncbuf() function
/dragonfly/sys/vfs/ufs/
H A Dffs_inode.c249 allerror = nvtruncbuf(ovp, length, blkoffsize(fs, oip, length), in ffs_truncate()
/dragonfly/sys/sys/
H A Dvnode.h474 int nvtruncbuf (struct vnode *vp, off_t length, int blksize, int boff,
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h684 nvtruncbuf(struct m_vnode *vp, off_t length, int blksize, int boff, int flags) in nvtruncbuf() function
H A Dhammer2_vnops.c112 nvtruncbuf(vp, 0, nblksize, 0, 0); in hammer2_vop_inactive()
1489 nvtruncbuf(ip->vp, nsize, in hammer2_truncate_file()
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_subr.c780 error = nvtruncbuf(vp, nsize, biosize, -1, 0); in dirfs_node_chsize()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_vnops.c106 nvtruncbuf(vp, 0, nblksize, 0, 0); in hammer2_vop_inactive()
1242 nvtruncbuf(ip->vp, nsize, in hammer2_truncate_file()
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_subr.c1051 error = nvtruncbuf(vp, newsize, node->tn_blksize, in tmpfs_reg_resize()
/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c763 nvtruncbuf(ap->a_vp, ip->ino_data.size, in hammer_vop_write()
2269 nvtruncbuf(ap->a_vp, vap->va_size, in hammer_vop_setattr()
H A Dhammer_inode.c3280 nvtruncbuf(ip->vp, 0, HAMMER_BUFSIZE, 0, 0); in hammer_inode_unloadable_check()
/dragonfly/sys/vfs/nfs/
H A Dnfs_bio.c1308 error = nvtruncbuf(vp, nsize, biosize, -1, flags); in nfs_meta_setsize()