Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dfast_commit.h42 __le32 fc_ino; member
48 __le32 fc_ino; member
59 __le32 fc_ino; member
65 __le32 fc_ino; member
/third_party/e2fsprogs/debugfs/
Dlogdump.c576 le32_to_cpu(add_range->fc_ino), in dump_fc_block()
588 le32_to_cpu(del_range->fc_ino), in dump_fc_block()
600 le32_to_cpu(dentry_info->fc_ino), in dump_fc_block()
606 le32_to_cpu(((struct ext4_fc_inode *)val)->fc_ino)); in dump_fc_block()
/third_party/e2fsprogs/e2fsck/
Djournal.c625 darg->ino = le32_to_cpu(fcd.fc_ino); in tl_to_darg()
739 __le32 fc_ino; in ext4_fc_handle_inode() local
744 memcpy(&fc_ino, val, sizeof(fc_ino)); in ext4_fc_handle_inode()
745 fc_raw_inode = val + sizeof(fc_ino); in ext4_fc_handle_inode()
746 ino = le32_to_cpu(fc_ino); in ext4_fc_handle_inode()
804 ino = le32_to_cpu(add_range.fc_ino); in ext4_fc_handle_add_extent()
830 ino = le32_to_cpu(del_range.fc_ino); in ext4_fc_handle_del_range()