OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_block
(Results
1 - 4
of
4
) sorted by null
/system/extras/ext4_utils/
indirect.c
105
ind_block[i] =
get_block
(alloc, i);
173
inode->i_block[i] =
get_block
(alloc, i);
455
get_block
(alloc, 0));
462
dind_block_data[i] =
get_block
(alloc, r);
466
ind_block_data[r * aux_info.blocks_per_ind + j - 1] =
get_block
(alloc, b);
allocate.h
74
u32
get_block
(struct block_allocation *alloc, u32 block);
allocate.c
489
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
Completed in 230 milliseconds