HomeSort by: relevance | last modified time | path
    Searched refs:vtruncbuf (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
vnode.h 608 int vtruncbuf(struct vnode *, daddr_t, bool, int);
  /src/sys/fs/msdosfs/
msdosfs_denode.c 439 vtruncbuf(DETOV(dep), lastblock + 1, 0, 0);
  /src/sys/ufs/ext2fs/
ext2fs_inode.c 416 error = vtruncbuf(ovp, lastblock + 1, 0, 0);
  /src/sys/ufs/ffs/
ffs_inode.c 462 error = vtruncbuf(ovp, lastblock + 1, 0, 0);
  /src/sys/fs/nfs/client/
nfs_clbio.c 1839 * vtruncbuf() doesn't get the buffer overlapping the
1843 error = vtruncbuf(vp, cred, nsize, biosize);
  /src/sys/kern/
vfs_subr.c 281 vtruncbuf(struct vnode *vp, daddr_t lbn, bool catch_p, int slptimeo) function in typeref:typename:int
  /src/share/man/man9/
Makefile 1114 vnode.9 vtruncbuf.9 \

Completed in 17 milliseconds