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

  /src/sys/ufs/lfs/
ulfs_inode.c 104 error = lfs_truncate(vp, (off_t)0, 0, NOCRED);
lfs_extern.h 185 int lfs_truncate(struct vnode *, off_t, int, kauth_cred_t);
lfs_inode.c 213 lfs_truncate(struct vnode *ovp, off_t length, int ioflag, kauth_cred_t cred) function in typeref:typename:int
289 (void) lfs_truncate(ovp, osize,
305 (void) lfs_truncate(ovp, osize,
lfs_rfw.c 147 lfs_truncate(vp, (off_t)0, 0, NOCRED);
453 lfs_truncate(vp, lfs_dino_getsize(fs, dip), 0,
ulfs_readwrite.c 556 (void) lfs_truncate(vp, osize, ioflag & IO_SYNC, cred);
ulfs_vnops.c 358 error = lfs_truncate(vp, vap->va_size, 0, cred);
750 error = lfs_truncate(vp, (off_t)0, IO_SYNC, cnp->cn_cred);
lfs_rename.c 918 error = lfs_truncate(tvp, (off_t)0, IO_SYNC, cred);
ulfs_lookup.c 952 (void) lfs_truncate(dvp, (off_t)ulr->ulr_endoff, IO_SYNC, cr);
lfs_alloc.c 1012 error = lfs_truncate(vp, 0, 0, NOCRED);
lfs_vfsops.c 2641 lfs_truncate(ivp, ivp->v_size + (noff << lfs_sb_getbshift(fs)), 0,

Completed in 20 milliseconds