Lines Matching refs:inode

46 struct inode;
52 int ext2_alloc(struct inode *, daddr_t, e4fs_daddr_t, int,
54 e4fs_daddr_t ext2_alloc_meta(struct inode *ip);
55 int ext2_balloc(struct inode *,
58 void ext2_blkfree(struct inode *, e4fs_daddr_t, long);
59 e4fs_daddr_t ext2_blkpref(struct inode *, e2fs_lbn_t, int, e2fs_daddr_t *,
66 void ext2_dirbad(struct inode *ip, doff_t offset, char *how);
67 int ext2_ei2i(struct ext2fs_dinode *, struct inode *);
69 int ext2_i2ei(struct inode *, struct ext2fs_dinode *);
81 void ext2_print_inode(struct inode *);
83 int ext2_direnter(struct inode *,
86 int ext2_dirrewrite(struct inode *,
87 struct inode *, struct componentname *);
88 int ext2_dirempty(struct inode *, ino_t, struct ucred *);
89 int ext2_checkpath(struct inode *, struct inode *, struct ucred *);
97 int ext2_htree_has_idx(struct inode *);
100 int ext2_htree_lookup(struct inode *, const char *, int, struct buf **,
102 int ext2_search_dirblock(struct inode *, void *, int *, const char *, int,
111 int ext2_extattr_blk_csum_verify(struct inode *, struct buf *);
112 void ext2_extattr_blk_csum_set(struct inode *, struct buf *);
113 int ext2_dir_blk_csum_verify(struct inode *, struct buf *);
114 struct ext2fs_direct_tail *ext2_dirent_get_tail(struct inode *ip,
116 void ext2_dirent_csum_set(struct inode *, struct ext2fs_direct_2 *);
117 int ext2_dirent_csum_verify(struct inode *ip, struct ext2fs_direct_2 *ep);
118 void ext2_dx_csum_set(struct inode *, struct ext2fs_direct_2 *);
119 int ext2_dx_csum_verify(struct inode *ip, struct ext2fs_direct_2 *ep);
120 int ext2_extent_blk_csum_verify(struct inode *, void *);
121 void ext2_extent_blk_csum_set(struct inode *, void *);
123 int ext2_is_dirent_tail(struct inode *, struct ext2fs_direct_2 *);
128 int ext2_ei_csum_verify(struct inode *, struct ext2fs_dinode *);
129 void ext2_ei_csum_set(struct inode *, struct ext2fs_dinode *);