Searched defs:i_blocks (Results 1 - 3 of 3) sorted by relevance

/external/f2fs-tools/fsck/
H A Dfsck.c368 u64 i_blocks = le64_to_cpu(node_blk->i.i_blocks); local
426 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt);
473 (i_blocks == *blk_cnt),
517 DBG(1, "Orphan Inode: 0x%x [%s] i_blocks: %u\n\n",
520 (u32)i_blocks);
522 if (i_blocks != *blk_cnt) {
523 ASSERT_MSG("ino: 0x%x has i_blocks: %08"PRIx64", "
525 nid, i_blocks, *blk_cnt);
527 node_blk->i.i_blocks
[all...]
/external/f2fs-tools/include/
H A Df2fs_fs.h456 __le64 i_blocks; /* file size in blocks */ member in struct:f2fs_inode
/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h367 __u32 i_blocks; /* Blocks count */ member in struct:ext2_inode
415 __u32 i_blocks; /* Blocks count */ member in struct:ext2_inode_large

Completed in 88 milliseconds