Searched refs:fast_segs (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | uio.h | 152 unsigned nr_segs, unsigned fast_segs, 158 unsigned nr_segs, unsigned fast_segs,
|
D | compat.h | 671 unsigned long fast_segs, struct iovec *fast_pointer,
|
D | fs.h | 1663 unsigned long nr_segs, unsigned long fast_segs,
|
/linux-4.1.27/lib/ |
D | iov_iter.c | 797 unsigned nr_segs, unsigned fast_segs, in import_iovec() argument 802 n = rw_copy_check_uvector(type, uvector, nr_segs, fast_segs, in import_iovec() 820 unsigned nr_segs, unsigned fast_segs, in compat_import_iovec() argument 825 n = compat_rw_copy_check_uvector(type, uvector, nr_segs, fast_segs, in compat_import_iovec()
|
/linux-4.1.27/fs/ |
D | read_write.c | 700 unsigned long nr_segs, unsigned long fast_segs, in rw_copy_check_uvector() argument 726 if (nr_segs > fast_segs) { in rw_copy_check_uvector()
|
D | compat.c | 548 unsigned long fast_segs, struct iovec *fast_pointer, in compat_rw_copy_check_uvector() argument 567 if (nr_segs > fast_segs) { in compat_rw_copy_check_uvector()
|