Lines Matching refs:inode
40 struct inode;
60 int ext2fs_alloc(struct inode *, u_int32_t, u_int32_t , struct ucred *,
62 int ext2fs_inode_alloc(struct inode *, mode_t mode, struct ucred *,
64 daddr_t ext2fs_blkpref(struct inode *, u_int32_t, int, u_int32_t *);
65 void ext2fs_blkfree(struct inode *, u_int32_t);
66 void ext2fs_inode_free(struct inode *, ufsino_t, mode_t);
69 int ext2fs_buf_alloc(struct inode *, u_int32_t, int, struct ucred *,
76 u_int64_t ext2fs_size(struct inode *);
78 int ext2fs_setsize(struct inode *, u_int64_t);
79 int ext2fs_update(struct inode *ip, int waitfor);
80 int ext2fs_truncate(struct inode *, off_t, int, struct ucred *);
86 int ext2fs_direnter(struct inode *, struct vnode *, struct componentname *);
88 int ext2fs_dirrewrite(struct inode *, struct inode *, struct componentname *);
89 int ext2fs_dirempty(struct inode *, ufsino_t, struct ucred *);
90 int ext2fs_checkpath(struct inode *, struct inode *, struct ucred *);
93 int ext2fs_bufatoff(struct inode *, off_t, char **, struct buf **);