OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXT4_ALIGN
(Results
1 - 5
of
5
) sorted by null
/system/extras/ext4_utils/
ext4_utils.h
65
#define
EXT4_ALIGN
(x, y) ((y) * DIV_ROUND_UP((x), (y)))
contents.c
54
dentry_len = 8 +
EXT4_ALIGN
(strlen(dentries[i].filename), 4);
68
u16 rec_len = 8 +
EXT4_ALIGN
(name_len, 4);
ext4.h
101
#define EXT4_BLOCK_ALIGN(size, blkbits)
EXT4_ALIGN
((size), (1 << (blkbits)))
ext4fixup.c
742
new_inodes_per_group=
EXT4_ALIGN
(info.inodes_per_group,(info.block_size/info.inode_size));
make_ext4fs.c
382
inodes =
EXT4_ALIGN
(inodes, (info.block_size / info.inode_size));
Completed in 52 milliseconds