Searched refs:get_block (Results 1 - 2 of 2) sorted by relevance

/external/dnsmasq/src/
H A Dtftp.c25 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/
H A 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,
1732 nr_segs, get_block, end_io, DIO_LOCKING);
1737 loff_t offset, unsigned long nr_segs, get_block_t get_block,
1741 nr_segs, get_block, end_io, DIO_NO_LOCKING);
1746 loff_t offset, unsigned long nr_segs, get_block_t get_block,
1750 nr_segs, get_block, end_io, DIO_OWN_LOCKING);
1726 blockdev_direct_IO(int rw, struct kiocb *iocb, struct inode *inode, struct block_device *bdev, const struct iovec *iov, loff_t offset, unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io) argument
1735 blockdev_direct_IO_no_locking(int rw, struct kiocb *iocb, struct inode *inode, struct block_device *bdev, const struct iovec *iov, loff_t offset, unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io) argument
1744 blockdev_direct_IO_own_locking(int rw, struct kiocb *iocb, struct inode *inode, struct block_device *bdev, const struct iovec *iov, loff_t offset, unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io) argument

Completed in 60 milliseconds