Searched refs:fast_segs (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/linux/ |
D | uio.h | 271 unsigned nr_segs, unsigned fast_segs, 277 unsigned nr_segs, unsigned fast_segs,
|
D | compat.h | 488 unsigned long fast_segs, struct iovec *fast_pointer,
|
D | fs.h | 1904 unsigned long nr_segs, unsigned long fast_segs,
|
/Linux-v5.4/lib/ |
D | iov_iter.c | 1640 unsigned nr_segs, unsigned fast_segs, in import_iovec() argument 1645 n = rw_copy_check_uvector(type, uvector, nr_segs, fast_segs, in import_iovec() 1664 unsigned nr_segs, unsigned fast_segs, in compat_import_iovec() argument 1669 n = compat_rw_copy_check_uvector(type, uvector, nr_segs, fast_segs, in compat_import_iovec()
|
/Linux-v5.4/fs/ |
D | read_write.c | 765 unsigned long nr_segs, unsigned long fast_segs, in rw_copy_check_uvector() argument 791 if (nr_segs > fast_segs) { in rw_copy_check_uvector() 842 unsigned long fast_segs, struct iovec *fast_pointer, in compat_rw_copy_check_uvector() argument 861 if (nr_segs > fast_segs) { in compat_rw_copy_check_uvector()
|