Searched refs:nr_segs (Results 26 - 44 of 44) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dfile.c47 unsigned long nr_segs, loff_t pos)
54 rc = generic_file_aio_read(iocb, iov, nr_segs, pos);
45 ecryptfs_read_update_atime(struct kiocb *iocb, const struct iovec *iov, unsigned long nr_segs, loff_t pos) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dpipe.c223 unsigned long nr_segs, loff_t pos)
233 total_len = iov_length(iov, nr_segs);
336 unsigned long nr_segs, loff_t ppos)
347 total_len = iov_length(iov, nr_segs);
222 pipe_read(struct kiocb *iocb, const struct iovec *_iov, unsigned long nr_segs, loff_t pos) argument
335 pipe_write(struct kiocb *iocb, const struct iovec *_iov, unsigned long nr_segs, loff_t ppos) argument
H A Dbio.c471 static struct bio_map_data *bio_alloc_map_data(int nr_segs) argument
478 bmd->iovecs = kmalloc(sizeof(struct bio_vec) * nr_segs, GFP_KERNEL);
H A Dblock_dev.c165 loff_t offset, unsigned long nr_segs)
171 iov, offset, nr_segs, blkdev_get_blocks, NULL);
164 blkdev_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/
H A Dwrite.c713 unsigned long nr_segs, loff_t pos)
718 size_t count = iov_length(iov, nr_segs);
722 vnode->fid.vid, vnode->fid.vnode, count, nr_segs);
733 result = generic_file_aio_write(iocb, iov, nr_segs, pos);
712 afs_file_write(struct kiocb *iocb, const struct iovec *iov, unsigned long nr_segs, loff_t pos) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dops_address.c654 unsigned long nr_segs)
679 iov, offset, nr_segs,
652 gfs2_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dinode.c98 const struct iovec *iov, loff_t offset, unsigned long nr_segs)
104 offset, nr_segs, hfsplus_get_block, NULL);
97 hfsplus_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dpcm_native.c2847 unsigned long nr_segs, loff_t pos)
2864 if (nr_segs > 1024 || nr_segs != runtime->channels)
2869 bufs = kmalloc(sizeof(void *) * nr_segs, GFP_KERNEL);
2872 for (i = 0; i < nr_segs; ++i)
2882 unsigned long nr_segs, loff_t pos)
2900 if (nr_segs > 128 || nr_segs != runtime->channels ||
2906 bufs = kmalloc(sizeof(void *) * nr_segs, GFP_KERNEL);
2909 for (i = 0; i < nr_segs;
2846 snd_pcm_aio_read(struct kiocb *iocb, const struct iovec *iov, unsigned long nr_segs, loff_t pos) argument
2881 snd_pcm_aio_write(struct kiocb *iocb, const struct iovec *iov, unsigned long nr_segs, loff_t pos) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c1454 unsigned long nr_segs)
1472 iov, offset, nr_segs,
1479 iov, offset, nr_segs,
1449 xfs_vm_direct_IO( int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fat/
H A Dinode.c163 loff_t offset, unsigned long nr_segs)
169 loff_t size = offset + iov_length(iov, nr_segs);
179 offset, nr_segs, fat_get_block, NULL);
161 fat_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Daops.c555 unsigned long nr_segs)
587 nr_segs,
551 ocfs2_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dcifsfs.c517 unsigned long nr_segs, loff_t pos)
522 written = generic_file_aio_write(iocb, iov, nr_segs, pos);
516 cifs_file_aio_write(struct kiocb *iocb, const struct iovec *iov, unsigned long nr_segs, loff_t pos) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Dinode.c103 const struct iovec *iov, loff_t offset, unsigned long nr_segs)
109 offset, nr_segs, hfs_get_block, NULL);
102 hfs_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dinode.c277 const struct iovec *iov, loff_t offset, unsigned long nr_segs)
283 offset, nr_segs, hfsplus_get_block, NULL);
276 hfsplus_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dinode.c672 loff_t offset, unsigned long nr_segs)
678 offset, nr_segs, ext2_get_block, NULL);
671 ext2_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dinode.c1568 unsigned long nr_segs)
1576 size_t count = iov_length(iov, nr_segs);
1596 offset, nr_segs,
1566 ext3_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dinode.c1567 unsigned long nr_segs)
1575 size_t count = iov_length(iov, nr_segs);
1595 offset, nr_segs,
1565 ext4_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dinode.c2868 unsigned long nr_segs)
2874 offset, nr_segs,
2866 reiserfs_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, loff_t offset, unsigned long nr_segs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dsyscalls.h596 unsigned long nr_segs, unsigned int flags);

Completed in 326 milliseconds

12