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);
|