summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_extern.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-04-29 12:36:52 +0000
committerphk <phk@FreeBSD.org>2001-04-29 12:36:52 +0000
commit8e3fa89968253688c69354328c0c8c9aa765ee6b (patch)
treea9929c6714ce54047cee9e12f32d2b8f21654fe7 /sys/ufs/ffs/ffs_extern.h
parent608c1caf3bebcc3d9b0a01af62a7f57d2c6427ea (diff)
downloadFreeBSD-src-8e3fa89968253688c69354328c0c8c9aa765ee6b.zip
FreeBSD-src-8e3fa89968253688c69354328c0c8c9aa765ee6b.tar.gz
VOP_BALLOC was never really a VOP in the first place, so convert it
to UFS_BALLOC like the other "between UFS and FFS function interfaces".
Diffstat (limited to 'sys/ufs/ffs/ffs_extern.h')
-rw-r--r--sys/ufs/ffs/ffs_extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h
index 36f1b27..a4da25a 100644
--- a/sys/ufs/ffs/ffs_extern.h
+++ b/sys/ufs/ffs/ffs_extern.h
@@ -55,7 +55,8 @@ struct vop_copyonwrite_args;
int ffs_alloc __P((struct inode *,
ufs_daddr_t, ufs_daddr_t, int, struct ucred *, ufs_daddr_t *));
-int ffs_balloc __P((struct vop_balloc_args *));
+int ffs_balloc __P((struct vnode *a_vp, off_t a_startoffset, int a_size,
+ struct ucred *a_cred, int a_flags, struct buf **a_bpp));
int ffs_blkatoff __P((struct vnode *, off_t, char **, struct buf **));
void ffs_blkfree __P((struct inode *, ufs_daddr_t, long));
ufs_daddr_t ffs_blkpref __P((struct inode *, ufs_daddr_t, int, ufs_daddr_t *));
OpenPOWER on IntegriCloud