Symbol: ext2fs_dinode
sys/vfs/ext2fs/ext2_csum.c
518
ext2_ei_csum(struct inode *ip, struct ext2fs_dinode *ei)
sys/vfs/ext2fs/ext2_csum.c
526
offset = offsetof(struct ext2fs_dinode, e2di_chksum_lo);
sys/vfs/ext2fs/ext2_csum.c
542
offset = offsetof(struct ext2fs_dinode, e2di_chksum_hi);
sys/vfs/ext2fs/ext2_csum.c
562
ext2_ei_csum_verify(struct inode *ip, struct ext2fs_dinode *ei)
sys/vfs/ext2fs/ext2_csum.c
565
static const struct ext2fs_dinode ei_zero;
sys/vfs/ext2fs/ext2_csum.c
589
if (!memcmp(ei, &ei_zero, sizeof(struct ext2fs_dinode)))
sys/vfs/ext2fs/ext2_csum.c
601
ext2_ei_csum_set(struct inode *ip, struct ext2fs_dinode *ei)
sys/vfs/ext2fs/ext2_csum.c
65
(offsetof(struct ext2fs_dinode, e2di_chksum_hi) + sizeof(uint16_t) - \
sys/vfs/ext2fs/ext2_extern.h
128
int ext2_ei_csum_verify(struct inode *, struct ext2fs_dinode *);
sys/vfs/ext2fs/ext2_extern.h
129
void ext2_ei_csum_set(struct inode *, struct ext2fs_dinode *);
sys/vfs/ext2fs/ext2_extern.h
44
struct ext2fs_dinode;
sys/vfs/ext2fs/ext2_extern.h
69
int ext2_ei2i(struct ext2fs_dinode *, struct inode *);
sys/vfs/ext2fs/ext2_extern.h
71
int ext2_i2ei(struct inode *, struct ext2fs_dinode *);
sys/vfs/ext2fs/ext2_inode.c
91
error = ext2_i2ei(ip, (struct ext2fs_dinode *)((char *)bp->b_data +
sys/vfs/ext2fs/ext2_inode_cnv.c
109
ext2_ei2i(struct ext2fs_dinode *ei, struct inode *ip)
sys/vfs/ext2fs/ext2_inode_cnv.c
213
ext2_i2ei(struct inode *ip, struct ext2fs_dinode *ei)
sys/vfs/ext2fs/ext2_vfsops.c
1373
error = ext2_ei2i((struct ext2fs_dinode *)((char *)bp->b_data +
sys/vfs/ext2fs/ext2_vfsops.c
630
EXT2_INODE_SIZE(fs) < sizeof(struct ext2fs_dinode)) {
sys/vfs/ext2fs/ext2_vfsops.c
760
error = ext2_ei2i((struct ext2fs_dinode *)((char *)bp->b_data +