Home
last modified time | relevance | path

Searched refs:get_block (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Transforms/IndVarSimplify/
D2006-06-16-Indvar-LCSSA-Crash.ll3 define void @get_block() {
/external/dnsmasq/src/
Dtftp.c25 static ssize_t get_block(char *packet, struct tftp_transfer *transfer);
268 if ((len = get_block(packet, transfer)) == -1) in tftp_request()
437 if ((len = get_block(daemon->packet, transfer)) == -1) in check_tftp_listeners()
517 static ssize_t get_block(char *packet, struct tftp_transfer *transfer) in get_block() function
/external/kernel-headers/original/linux/
Dfs.h1717 unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io,
1728 loff_t offset, unsigned long nr_segs, get_block_t get_block, in blockdev_direct_IO() argument
1732 nr_segs, get_block, end_io, DIO_LOCKING); in blockdev_direct_IO()
1737 loff_t offset, unsigned long nr_segs, get_block_t get_block, in blockdev_direct_IO_no_locking() argument
1741 nr_segs, get_block, end_io, DIO_NO_LOCKING); in blockdev_direct_IO_no_locking()
1746 loff_t offset, unsigned long nr_segs, get_block_t get_block, in blockdev_direct_IO_own_locking() argument
1750 nr_segs, get_block, end_io, DIO_OWN_LOCKING); in blockdev_direct_IO_own_locking()