Home
last modified time | relevance | path

Searched refs:masix2 (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dswapfs.c204 t->osd2.masix2.m_i_frag = f->osd2.masix2.m_i_frag; in ext2fs_swap_inode_full()
205 t->osd2.masix2.m_i_fsize = f->osd2.masix2.m_i_fsize; in ext2fs_swap_inode_full()
206 t->osd2.masix2.m_pad1 = ext2fs_swab16(f->osd2.masix2.m_pad1); in ext2fs_swap_inode_full()
207 t->osd2.masix2.m_i_reserved2[0] = in ext2fs_swap_inode_full()
208 ext2fs_swab32(f->osd2.masix2.m_i_reserved2[0]); in ext2fs_swap_inode_full()
209 t->osd2.masix2.m_i_reserved2[1] = in ext2fs_swap_inode_full()
210 ext2fs_swab32(f->osd2.masix2.m_i_reserved2[1]); in ext2fs_swap_inode_full()
Dext2_fs.h352 } masix2; member
408 } masix2; member
444 #define i_frag osd2.masix2.m_i_frag
445 #define i_fsize osd2.masix2.m_i_fsize
446 #define i_reserved2 osd2.masix2.m_i_reserved2
/external/e2fsprogs/debugfs/
Ddebugfs.c575 frag = inode->osd2.masix2.m_i_frag; in internal_dump_inode()
576 fsize = inode->osd2.masix2.m_i_fsize; in internal_dump_inode()
905 frag = &inode.osd2.masix2.m_i_frag; in do_modify_inode()
906 fsize = &inode.osd2.masix2.m_i_fsize; in do_modify_inode()
/external/grub/stage2/
Dfsys_ext2fs.c161 masix2; member
/external/e2fsprogs/e2fsck/
Dpass2.c1257 frag = &inode.osd2.masix2.m_i_frag; in e2fsck_process_bad_inode()
1258 fsize = &inode.osd2.masix2.m_i_fsize; in e2fsck_process_bad_inode()
Dpass1.c838 frag = inode->osd2.masix2.m_i_frag; in e2fsck_pass1()
839 fsize = inode->osd2.masix2.m_i_fsize; in e2fsck_pass1()