ext2_extern.h (40f65a4df509c6b29b9e72407c7afefe28838844) ext2_extern.h (d7511a40a749d2c42fa6f3fd74c7bdf37ad62a2c)
1/*-
2 * modified for EXT2FS support in Lites 1.1
3 *
4 * Aug 1995, Godmar Back (gback@cs.utah.edu)
5 * University of Utah, Department of Computer Science
6 */
7/*-
8 * Copyright (c) 1991, 1993, 1994

--- 43 unchanged lines hidden (view full) ---

52int ext2_alloc(struct inode *,
53 int32_t, int32_t, int, struct ucred *, int32_t *);
54int ext2_balloc(struct inode *,
55 e2fs_lbn_t, int, struct ucred *, struct buf **, int);
56int ext2_blkatoff(struct vnode *, off_t, char **, struct buf **);
57void ext2_blkfree(struct inode *, int32_t, long);
58int32_t ext2_blkpref(struct inode *, e2fs_lbn_t, int, int32_t *, int32_t);
59int ext2_bmap(struct vop_bmap_args *);
1/*-
2 * modified for EXT2FS support in Lites 1.1
3 *
4 * Aug 1995, Godmar Back (gback@cs.utah.edu)
5 * University of Utah, Department of Computer Science
6 */
7/*-
8 * Copyright (c) 1991, 1993, 1994

--- 43 unchanged lines hidden (view full) ---

52int ext2_alloc(struct inode *,
53 int32_t, int32_t, int, struct ucred *, int32_t *);
54int ext2_balloc(struct inode *,
55 e2fs_lbn_t, int, struct ucred *, struct buf **, int);
56int ext2_blkatoff(struct vnode *, off_t, char **, struct buf **);
57void ext2_blkfree(struct inode *, int32_t, long);
58int32_t ext2_blkpref(struct inode *, e2fs_lbn_t, int, int32_t *, int32_t);
59int ext2_bmap(struct vop_bmap_args *);
60int ext2_bmaparray(struct vnode *, int32_t, int32_t *, int *, int *);
60int ext2_bmaparray(struct vnode *, int32_t, int64_t *, int *, int *);
61void ext2_clusteracct(struct m_ext2fs *, char *, int, daddr_t, int);
62void ext2_dirbad(struct inode *ip, doff_t offset, char *how);
63void ext2_ei2i(struct ext2fs_dinode *, struct inode *);
64int ext2_getlbns(struct vnode *, int32_t, struct indir *, int *);
65void ext2_i2ei(struct inode *, struct ext2fs_dinode *);
66void ext2_itimes(struct vnode *vp);
67int ext2_reallocblks(struct vop_reallocblks_args *);
68int ext2_reclaim(struct vop_reclaim_args *);

--- 43 unchanged lines hidden ---
61void ext2_clusteracct(struct m_ext2fs *, char *, int, daddr_t, int);
62void ext2_dirbad(struct inode *ip, doff_t offset, char *how);
63void ext2_ei2i(struct ext2fs_dinode *, struct inode *);
64int ext2_getlbns(struct vnode *, int32_t, struct indir *, int *);
65void ext2_i2ei(struct inode *, struct ext2fs_dinode *);
66void ext2_itimes(struct vnode *vp);
67int ext2_reallocblks(struct vop_reallocblks_args *);
68int ext2_reclaim(struct vop_reclaim_args *);

--- 43 unchanged lines hidden ---