Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:ext2_inode

227 					   (struct ext2_inode *) f);
231 (struct ext2_inode *) t);
282 if (bufsize < (int) (sizeof(struct ext2_inode) + sizeof(__u16)))
291 sizeof(struct ext2_inode)) {
311 i = sizeof(struct ext2_inode) + extra_isize + sizeof(__u32);
315 eaf = (__u32 *) (((char *) f) + sizeof(struct ext2_inode) +
325 eat = (__u32 *) (((char *) t) + sizeof(struct ext2_inode) +
331 bufsize - sizeof(struct ext2_inode) -
336 void ext2fs_swap_inode(ext2_filsys fs, struct ext2_inode *t,
337 struct ext2_inode *f, int hostorder)
341 sizeof(struct ext2_inode));