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

  /system/extras/ext4_utils/
allocate.h 37 u32 get_block(struct block_allocation *alloc, u32 block);
indirect.c 107 ind_block[i] = get_block(alloc, i);
175 inode->i_block[i] = get_block(alloc, i);
457 get_block(alloc, 0));
464 dind_block_data[i] = get_block(alloc, r);
468 ind_block_data[r * aux_info.blocks_per_ind + j - 1] = get_block(alloc, b);
allocate.c 517 u32 get_block(struct block_allocation *alloc, u32 block) function
  /external/dnsmasq/src/
tftp.c 25 static ssize_t get_block(char *packet, struct tftp_transfer *transfer);
268 if ((len = get_block(packet, transfer)) == -1)
437 if ((len = get_block(daemon->packet, transfer)) == -1)
517 static ssize_t get_block(char *packet, struct tftp_transfer *transfer) function
  /external/kernel-headers/original/linux/
fs.h     [all...]

Completed in 754 milliseconds