OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocate_block
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/ext2ed/
blockbitmap_com.c
112
in the bitmap. This function is a vector version of
allocate_block
below - We just run on the blocks that
113
we need to allocate, and call
allocate_block
for each one.
134
while (num) { /* And call
allocate_block
*/
135
allocate_block
(entry_num); /* for each block */
144
/* This is the opposite of the above function - We call deallocate_block instead of
allocate_block
*/
171
void
allocate_block
(long entry_num)
function
188
/* This is the opposite of
allocate_block
above. We use an and mask instead of an or mask. */
/system/extras/ext4_utils/
allocate.c
369
u32
allocate_block
()
function
Completed in 309 milliseconds