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

  /src/sys/ufs/ffs/
ffs_extern.h 115 int ffs_truncate(struct vnode *, off_t, int, kauth_cred_t);
ffs_inode.c 207 ffs_truncate(struct vnode *ovp, off_t length, int ioflag, kauth_cred_t cred) function in typeref:typename:int
256 panic("ffs_truncate: partial trunc of extdata");
332 (void) ffs_truncate(ovp, osize,
347 (void) ffs_truncate(ovp, osize, ioflag & IO_SYNC, cred);
ffs_extattr.c 364 (void)ffs_truncate(vp, osize,
535 error = ffs_truncate(vp, 0, IO_EXT, cred);
ffs_snapshot.c 407 * We depend on ffs_truncate() to call ffs_snapremove()
409 * ffs_truncate() we have normal file with leaked
412 (void) ffs_truncate(vp, (off_t)0, 0, NOCRED);
1749 * XXX The following needs to be set before ffs_truncate or
ffs_vfsops.c 185 .uo_truncate = ffs_truncate,

Completed in 15 milliseconds