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

  /src/sys/ufs/ufs/
ufsmount.h 150 #define UFS_TRUNCATE(vp, off, flags, cr) \
ufs_inode.c 314 error = UFS_TRUNCATE(vp, newsize, ioflag, cred);
ufs_readwrite.c 297 * up at the end with UFS_TRUNCATE. But if the power fails in
596 (void) UFS_TRUNCATE(vp, osize, ioflag & IO_SYNC, cred);
ufs_rename.c 475 (void) UFS_TRUNCATE(tvp, (off_t)0, IO_SYNC, cred);
ufs_lookup.c 1070 (void) UFS_TRUNCATE(dvp, (off_t)ulr->ulr_endoff, IO_SYNC, cr);
ufs_vnops.c 1367 * No need to do an explicit UFS_TRUNCATE here, vrele will
1467 (void) UFS_TRUNCATE(vp, (off_t)0, IO_SYNC, cnp->cn_cred);
  /src/sys/ufs/chfs/
chfs_vnops.c 989 (void) UFS_TRUNCATE(vp, osize, ioflag & IO_SYNC, ap->a_cred);

Completed in 20 milliseconds