Searched refs:iov_shorten (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Duio.h53 unsigned long iov_shorten(struct iovec *iov, unsigned long nr_segs, size_t to);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dfile.c78 nr_segs = iov_shorten((struct iovec *)iov, nr_segs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dread_write.c487 unsigned long iov_shorten(struct iovec *iov, unsigned long nr_segs, size_t to) function
503 EXPORT_SYMBOL(iov_shorten); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dscsi_ioctl.c356 hdr->iovec_count = iov_shorten(iov,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dfilemap.c2141 *nr_segs = iov_shorten((struct iovec *)iov, *nr_segs, count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsg.c1695 iov_count = iov_shorten(iov, iov_count, hp->dxfer_len);

Completed in 109 milliseconds