Home
last modified time | relevance | path

Searched refs:ext2fs_le64_to_cpu (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/support/
Dquotaio_v2.c53 m->dqb_ihardlimit = ext2fs_le64_to_cpu(d->dqb_ihardlimit); in v2r1_disk2memdqblk()
54 m->dqb_isoftlimit = ext2fs_le64_to_cpu(d->dqb_isoftlimit); in v2r1_disk2memdqblk()
55 m->dqb_bhardlimit = ext2fs_le64_to_cpu(d->dqb_bhardlimit); in v2r1_disk2memdqblk()
56 m->dqb_bsoftlimit = ext2fs_le64_to_cpu(d->dqb_bsoftlimit); in v2r1_disk2memdqblk()
57 m->dqb_curinodes = ext2fs_le64_to_cpu(d->dqb_curinodes); in v2r1_disk2memdqblk()
58 m->dqb_curspace = ext2fs_le64_to_cpu(d->dqb_curspace); in v2r1_disk2memdqblk()
59 m->dqb_itime = ext2fs_le64_to_cpu(d->dqb_itime); in v2r1_disk2memdqblk()
60 m->dqb_btime = ext2fs_le64_to_cpu(d->dqb_btime); in v2r1_disk2memdqblk()
/external/e2fsprogs/misc/
De2undo.c130 printf("nr keys:\t%llu\n", ext2fs_le64_to_cpu(hdr->num_keys)); in dump_header()
131 printf("super block:\t%llu\n", ext2fs_le64_to_cpu(hdr->super_offset)); in dump_header()
132 printf("key block:\t%llu\n", ext2fs_le64_to_cpu(hdr->key_offset)); in dump_header()
141 printf("fs offset:\t%llu\n", ext2fs_le64_to_cpu(hdr->fs_offset)); in dump_header()
416 undo_ctx.super_block = ext2fs_le64_to_cpu(undo_ctx.hdr.super_offset); in main()
417 undo_ctx.num_keys = ext2fs_le64_to_cpu(undo_ctx.hdr.num_keys); in main()
461 offset = ext2fs_le64_to_cpu(undo_ctx.hdr.fs_offset); in main()
497 lblk = ext2fs_le64_to_cpu(undo_ctx.hdr.key_offset); in main()
542 ikey->fsblk = ext2fs_le64_to_cpu(dkey->fsblk); in main()
/external/e2fsprogs/lib/ext2fs/
Dundo_io.c437 (ext2fs_le64_to_cpu(key->fsblk) * channel->block_size + in undo_write_tdb()
584 super_block = ext2fs_le64_to_cpu(hdr.super_offset); in try_reopen_undo_file()
585 num_keys = ext2fs_le64_to_cpu(hdr.num_keys); in try_reopen_undo_file()
609 data->first_key_blk = ext2fs_le64_to_cpu(hdr.key_offset); in try_reopen_undo_file()
648 blk64_t fsblk = ext2fs_le64_to_cpu(dkey->fsblk); in try_reopen_undo_file()
Dbitops.h15 #define ext2fs_le64_to_cpu(x) ext2fs_swab64((__force __u64)(__le64)(x)) macro
29 #define ext2fs_le64_to_cpu(x) ((__force __u64)(__le64)(x)) macro