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

  /external/qemu/distrib/ext4_utils/src/
allocate.h 48 int reserve_oob_blocks(struct block_allocation *alloc, int blocks);
indirect.c 57 if (reserve_oob_blocks(alloc, 1)) {
70 if (reserve_oob_blocks(alloc, 1)) {
87 if (reserve_oob_blocks(alloc, 1)) {
extent.c 93 reserve_oob_blocks(alloc, 1);
allocate.c 591 int reserve_oob_blocks(struct block_allocation *alloc, int blocks) function
  /system/extras/ext4_utils/
allocate.h 63 int reserve_oob_blocks(struct block_allocation *alloc, int blocks);
indirect.c 57 if (reserve_oob_blocks(alloc, 1)) {
70 if (reserve_oob_blocks(alloc, 1)) {
87 if (reserve_oob_blocks(alloc, 1)) {
extent.c 93 reserve_oob_blocks(alloc, 1);
allocate.c 592 int reserve_oob_blocks(struct block_allocation *alloc, int blocks) function

Completed in 597 milliseconds