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

  /src/sys/ufs/ffs/
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_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);

Completed in 43 milliseconds