Searched refs:iovec (Results 76 - 100 of 254) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Ddatagram.c29 * Alan Cox : Datagram iovec handling
295 * skb_copy_datagram_iovec - Copy a datagram to an iovec.
299 * @len: amount of data to copy from buffer to iovec
301 * Note: the iovec is modified during the copy.
304 struct iovec *to, int len)
379 * skb_copy_datagram_const_iovec - Copy a datagram to an iovec.
384 * @len: amount of data to copy from buffer to iovec
387 * Note: the iovec is not modified during the copy.
390 const struct iovec *to, int to_offset,
468 * skb_copy_datagram_from_iovec - Copy a datagram from an iovec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_message.h199 void ospf6_message_send (u_char, struct iovec *, struct in6_addr *, u_int);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/include-glibc/
H A Dsocketbits.h197 struct iovec *msg_iov; /* Vector of data to send/receive into. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dfilemap.c1225 * @nr_segs: number of segments in the iovec
1233 int generic_segment_checks(const struct iovec *iov,
1239 const struct iovec *iv = &iov[seg];
1265 * @nr_segs: number of segments in the iovec
1272 generic_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
1876 const struct iovec *iov, size_t base, size_t bytes)
1960 const struct iovec *iov = i->iov;
1965 * zero-length segments (without overruning the iovec).
1987 * Fault in the first iovec of the given iov_iter, to a maximum length
1993 * first iovec wil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsendfile.c299 struct iovec hdtrl[2];
303 /* Set up the header/trailer iovec. */
374 struct iovec hdtrl;
382 /* Set up the header iovec. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsctp.c78 struct iovec iov;
119 struct iovec iov;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_lowlevel.h1250 int (*send)(struct fuse_chan *ch, const struct iovec iov[],
1328 int fuse_chan_send(struct fuse_chan *ch, const struct iovec iov[],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dtcp_recv.c62 int rds_tcp_inc_copy_to_user(struct rds_incoming *inc, struct iovec *first_iov,
66 struct iovec *iov, tmp;
H A Drds.h302 int (*inc_copy_to_user)(struct rds_incoming *inc, struct iovec *iov,
532 struct rds_message *rds_message_copy_from_user(struct iovec *first_iov,
545 struct iovec *first_iov, size_t size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dmsg.c77 int tipc_msg_calc_data_size(struct iovec const *msg_sect, u32 num_sect)
96 struct iovec const *msg_sect, u32 num_sect,
H A Dmsg.h714 int tipc_msg_calc_data_size(struct iovec const *msg_sect, u32 num_sect);
716 struct iovec const *msg_sect, u32 num_sect,
H A Dport.c98 u32 num_sect, struct iovec const *msg_sect)
477 struct iovec const *msg_sect, u32 num_sect,
1298 struct iovec const *msg_sect)
1314 int tipc_send(u32 ref, unsigned int num_sect, struct iovec const *msg_sect)
1405 struct iovec const *msg_sect,
1459 struct iovec const *msg_sect)
1550 struct iovec const *msg_sect,
1591 struct iovec const *msg_sect)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_user_sdma.c174 /* we've too many pages in the iovec, coalesce to a single page */
177 const struct iovec *iov,
228 /* how many pages in this iovec element? */
229 static int ipath_user_sdma_num_pages(const struct iovec *iov)
326 const struct iovec *iov,
356 const struct iovec *iov,
396 const struct iovec *iov,
473 * iovec lengths.
795 const struct iovec *iov,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c173 /* we've too many pages in the iovec, coalesce to a single page */
176 const struct iovec *iov,
229 * How many pages in this iovec element?
231 static int qib_user_sdma_num_pages(const struct iovec *iov)
328 const struct iovec *iov,
357 const struct iovec *iov,
397 const struct iovec *iov,
474 * iovec lengths.
807 const struct iovec *iov,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dsplice.c553 static ssize_t kernel_readv(struct file *file, const struct iovec *vec,
563 res = vfs_readv(file, (const struct iovec __user *)vec, vlen, &pos);
593 struct iovec *vec, __vec[PIPE_DEF_BUFFERS];
612 vec = kmalloc(pipe->buffers * sizeof(struct iovec), GFP_KERNEL);
1401 static int get_iovec_page_array(const struct iovec __user *iov,
1410 struct iovec entry;
1423 * Sanity check this iovec. 0 read succeeds.
1541 static long vmsplice_to_user(struct file *file, const struct iovec __user *iov,
1562 * Get user address base and length for this iovec.
1572 * Sanity check this iovec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmacvtap.c453 const struct iovec *iv, size_t count,
530 static ssize_t macvtap_aio_write(struct kiocb *iocb, const struct iovec *iv,
545 const struct iovec *iv, int len)
579 const struct iovec *iv, unsigned long len,
615 static ssize_t macvtap_aio_read(struct kiocb *iocb, const struct iovec *iv,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_file.c206 const struct iovec *iovp,
231 const struct iovec *iv = &iovp[seg];
568 const struct iovec *iovp,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhe.h126 } iovec[TPD_MAXIOV]; member in struct:he_tpd
128 #define address0 iovec[0].addr
129 #define length0 iovec[0].len
H A Dhe.c1639 tpd->iovec[0].addr = 0; tpd->iovec[0].len = 0;
1640 tpd->iovec[1].addr = 0; tpd->iovec[1].len = 0;
1641 tpd->iovec[2].addr = 0; tpd->iovec[2].len = 0;
1865 if (tpd->iovec[slot].addr)
1867 tpd->iovec[slot].addr,
1868 tpd->iovec[slot].len & TPD_LEN_MASK,
1870 if (tpd->iovec[slo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcompat.h361 unsigned long fast_segs, struct iovec *fast_pointer,
362 struct iovec **ret_pointer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dfile.c372 static inline void ntfs_fault_in_pages_readable_iovec(const struct iovec *iov,
1326 const struct iovec *iov, size_t iov_ofs, size_t bytes)
1354 static inline void ntfs_set_next_iovec(const struct iovec **iovp,
1357 const struct iovec *iov = *iovp;
1394 unsigned nr_pages, unsigned ofs, const struct iovec **iov,
1772 const struct iovec *iov, unsigned long nr_segs,
1787 size_t bytes, iov_ofs = 0; /* Offset in the current iovec. */
2075 const struct iovec *iov, unsigned long nr_segs, loff_t *ppos)
2112 static ssize_t ntfs_file_aio_write(struct kiocb *iocb, const struct iovec *iov,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dfile.c218 smb_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
340 smb_file_aio_write(struct kiocb *iocb, const struct iovec *iov,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dsocket.c538 struct iovec iov[1];
600 struct iovec iov[1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dfile.c470 struct iovec iov;
474 iov = ((struct iovec) { .iov_base = helper_pid_out,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dinode.c153 static ssize_t hypfs_aio_read(struct kiocb *iocb, const struct iovec *iov,
175 static ssize_t hypfs_aio_write(struct kiocb *iocb, const struct iovec *iov,

Completed in 269 milliseconds

1234567891011