HomeSort by relevance Sort by last modified time
    Searched refs:allocate_block (Results 1 - 4 of 4) sorted by null

  /system/extras/ext4_utils/
allocate.h 26 u32 allocate_block();
allocate.c 352 u32 allocate_block() function
  /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. */
ext2ed.h 412 void allocate_block (long entry_num);

Completed in 76 milliseconds