Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dquotaio_v2.c63 empty.dqb_itime = ext2fs_cpu_to_le64(1); in v2r1_disk2memdqblk()
76 d->dqb_ihardlimit = ext2fs_cpu_to_le64(m->dqb_ihardlimit); in v2r1_mem2diskdqblk()
77 d->dqb_isoftlimit = ext2fs_cpu_to_le64(m->dqb_isoftlimit); in v2r1_mem2diskdqblk()
78 d->dqb_bhardlimit = ext2fs_cpu_to_le64(m->dqb_bhardlimit); in v2r1_mem2diskdqblk()
79 d->dqb_bsoftlimit = ext2fs_cpu_to_le64(m->dqb_bsoftlimit); in v2r1_mem2diskdqblk()
80 d->dqb_curinodes = ext2fs_cpu_to_le64(m->dqb_curinodes); in v2r1_mem2diskdqblk()
81 d->dqb_curspace = ext2fs_cpu_to_le64(m->dqb_curspace); in v2r1_mem2diskdqblk()
82 d->dqb_itime = ext2fs_cpu_to_le64(m->dqb_itime); in v2r1_mem2diskdqblk()
83 d->dqb_btime = ext2fs_cpu_to_le64(m->dqb_btime); in v2r1_mem2diskdqblk()
86 d->dqb_itime = ext2fs_cpu_to_le64(1); in v2r1_mem2diskdqblk()
/external/e2fsprogs/lib/ext2fs/
Dundo_io.c232 data->hdr.num_keys = ext2fs_cpu_to_le64(data->num_keys); in write_undo_indexes()
233 data->hdr.super_offset = ext2fs_cpu_to_le64(data->super_blk_num); in write_undo_indexes()
234 data->hdr.key_offset = ext2fs_cpu_to_le64(data->first_key_blk); in write_undo_indexes()
237 data->hdr.fs_offset = ext2fs_cpu_to_le64(data->offset); in write_undo_indexes()
450 key->fsblk = ext2fs_cpu_to_le64(backing_blk_num); in undo_write_tdb()
Dbitops.h14 #define ext2fs_cpu_to_le64(x) ((__force __le64)ext2fs_swab64((__u64)(x))) macro
28 #define ext2fs_cpu_to_le64(x) ((__force __le64)(__u64)(x)) macro
Dcsum.c139 block = ext2fs_cpu_to_le64(block); in ext2fs_ext_attr_block_csum()