OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input64
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/resize/
online.c
26
struct ext4_new_group_input
input64
;
local
170
input64
.group = input.group;
171
input64
.block_bitmap = input.block_bitmap;
172
input64
.inode_bitmap = input.inode_bitmap;
173
input64
.inode_table = input.inode_table;
174
input64
.blocks_count = input.blocks_count;
175
input64
.reserved_blocks = input.reserved_blocks;
176
input64
.unused = input.unused;
178
if (ioctl(fd, EXT4_IOC_GROUP_ADD, &
input64
) < 0) {
Completed in 3308 milliseconds