Searched refs:ext2fs_le32_to_cpu (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dhtree.c121 hash = i ? ext2fs_le32_to_cpu(ent[i].hash) : 0;
124 ext2fs_le32_to_cpu(ent[i].block));
130 e.hash = ext2fs_le32_to_cpu(ent[i].hash);
131 e.block = ext2fs_le32_to_cpu(ent[i].block);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dbitops.h30 #define ext2fs_le32_to_cpu(x) ext2fs_swab32((x)) macro
41 #define ext2fs_le32_to_cpu(x) ((__u32)(x)) macro
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dpass2.c582 hash = i ? (ext2fs_le32_to_cpu(ent[i].hash) & ~1) : 0;
585 hash, ext2fs_le32_to_cpu(ent[i].block));
587 blk = ext2fs_le32_to_cpu(ent[i].block) & 0x0ffffff;
613 ext2fs_le32_to_cpu(ent[i+1].hash) & ~1;

Completed in 41 milliseconds