Home
last modified time | relevance | path

Searched refs:t_flags (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/debugfs/
Ddo_journal.c350 jdbt->t_flags = 0; in journal_add_blocks_to_trans()
352 jdbt->t_flags |= ext2fs_cpu_to_be16(JFS_FLAG_SAME_UUID); in journal_add_blocks_to_trans()
360 jdbt->t_flags |= ext2fs_cpu_to_be16(JFS_FLAG_LAST_TAG); in journal_add_blocks_to_trans()
363 jdbt->t_flags |= ext2fs_cpu_to_be16(JFS_FLAG_ESCAPE); in journal_add_blocks_to_trans()
637 if (!(tag->t_flags & ext2fs_cpu_to_be16(JFS_FLAG_SAME_UUID))) in count_tags()
640 if (tag->t_flags & ext2fs_cpu_to_be16(JFS_FLAG_LAST_TAG)) in count_tags()
Drecovery.c239 if (!(get_be16(&tag->t_flags) & JFS_FLAG_SAME_UUID)) in count_tags()
242 if (get_be16(&tag->t_flags) & JFS_FLAG_LAST_TAG) in count_tags()
586 flags = get_be16(&tag->t_flags); in do_one_pass()
Dlogdump.c541 tag_flags = be16_to_cpu(tag->t_flags); in dump_descriptor_block()
/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h155 __u32 t_flags; /* See below */ member
164 __u16 t_flags; /* See below */ member
/external/e2fsprogs/e2fsck/
Drecovery.c239 if (!(get_be16(&tag->t_flags) & JFS_FLAG_SAME_UUID)) in count_tags()
242 if (get_be16(&tag->t_flags) & JFS_FLAG_LAST_TAG) in count_tags()
586 flags = get_be16(&tag->t_flags); in do_one_pass()