Home
last modified time | relevance | path

Searched refs:ext2_i2ei (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dext2_extern.h69 int ext2_i2ei(struct inode *, struct ext2fs_dinode *);
H A Dext2_inode_cnv.c254 ext2_i2ei(struct inode *ip, struct ext2fs_dinode *ei) in ext2_i2ei() function
H A Dext2_inode.c92 error = ext2_i2ei(ip, (struct ext2fs_dinode *)((char *)bp->b_data + in ext2_update()