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

  /src/sys/ufs/ext2fs/
ext2fs_extern.h 120 int ext2fs_truncate(struct vnode *, off_t, int, kauth_cred_t);
ext2fs_inode.c 207 error = ext2fs_truncate(vp, (off_t)0, 0, NOCRED);
287 ext2fs_truncate(struct vnode *ovp, off_t length, int ioflag, function in typeref:typename:int
342 (void) ext2fs_truncate(ovp, osize, ioflag & IO_SYNC,
ext2fs_readwrite.c 473 (void) ext2fs_truncate(vp, osize, ioflag & IO_SYNC, cred);
ext2fs_vnops.c 398 error = ext2fs_truncate(vp, vap->va_size, 0, cred);
722 * No need to do an explicit ext2fs_truncate here, vrele will do this
811 error = ext2fs_truncate(vp, (off_t)0, IO_SYNC, cnp->cn_cred);
ext2fs_rename.c 442 error = ext2fs_truncate(tvp, (off_t)0, IO_SYNC, cred);
ext2fs_lookup.c 949 error = ext2fs_truncate(dvp, (off_t)ulr->ulr_endoff, IO_SYNC,

Completed in 15 milliseconds