Searched refs:fast_segs (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | uio.h | 249 unsigned nr_segs, unsigned fast_segs, 255 unsigned nr_segs, unsigned fast_segs,
|
D | compat.h | 517 unsigned long fast_segs, struct iovec *fast_pointer,
|
D | fs.h | 1817 unsigned long nr_segs, unsigned long fast_segs,
|
/Linux-v4.19/lib/ |
D | iov_iter.c | 1523 unsigned nr_segs, unsigned fast_segs, in import_iovec() argument 1528 n = rw_copy_check_uvector(type, uvector, nr_segs, fast_segs, in import_iovec() 1546 unsigned nr_segs, unsigned fast_segs, in compat_import_iovec() argument 1551 n = compat_rw_copy_check_uvector(type, uvector, nr_segs, fast_segs, in compat_import_iovec()
|
/Linux-v4.19/fs/ |
D | read_write.c | 754 unsigned long nr_segs, unsigned long fast_segs, in rw_copy_check_uvector() argument 780 if (nr_segs > fast_segs) { in rw_copy_check_uvector() 831 unsigned long fast_segs, struct iovec *fast_pointer, in compat_rw_copy_check_uvector() argument 850 if (nr_segs > fast_segs) { in compat_rw_copy_check_uvector()
|