Searched defs:kvec (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.6/include/linux/ |
D | uio.h | 17 struct kvec { struct 18 void *iov_base; /* and that should *never* hold a userland pointer */ 19 size_t iov_len; 72 const struct kvec *kvec; member
|
D | vringh.h | 195 struct kvec *kvec, unsigned num) in vringh_kiov_init()
|
/Linux-v6.6/fs/9p/ |
D | xattr.c | 24 struct kvec kvec = {.iov_base = buffer, .iov_len = buffer_size}; in v9fs_fid_xattr_get() local 111 struct kvec kvec = {.iov_base = (void *)value, .iov_len = value_len}; in v9fs_fid_xattr_set() local
|
D | vfs_dir.c | 92 struct kvec kvec; in v9fs_dir_readdir() local
|
/Linux-v6.6/lib/ |
D | kunit_iov_iter.c | 74 struct kvec *kvec, unsigned int kvmax, in iov_kunit_load_kvec() 103 struct kvec kvec[8]; in iov_kunit_copy_to_kvec() local 153 struct kvec kvec[8]; in iov_kunit_copy_from_kvec() local 530 struct kvec kvec[8]; in iov_kunit_extract_pages_kvec() local
|
D | iov_iter.c | 723 const struct kvec *kvec, unsigned long nr_segs, in iov_iter_kvec()
|
/Linux-v6.6/arch/x86/kernel/ |
D | crash_dump_64.c | 57 struct kvec kvec = { .iov_base = buf, .iov_len = count }; in elfcorehdr_read() local
|
/Linux-v6.6/arch/s390/mm/ |
D | maccess.c | 117 struct kvec kvec; in memcpy_real() local
|
/Linux-v6.6/fs/proc/ |
D | vmcore.c | 199 struct kvec kvec = { .iov_base = buf, .iov_len = count }; in elfcorehdr_read() local 212 struct kvec kvec = { .iov_base = buf, .iov_len = count }; in elfcorehdr_read_notes() local 428 struct kvec kvec; in mmap_vmcore_fault() local
|
/Linux-v6.6/drivers/s390/char/ |
D | zcore.c | 103 struct kvec kvec; in memcpy_hsa_kernel() local
|
/Linux-v6.6/net/rxrpc/ |
D | rxperf.c | 50 struct kvec kvec[1]; member
|
/Linux-v6.6/arch/s390/kernel/ |
D | crash_dump.c | 152 struct kvec kvec; in copy_oldmem_kernel() local
|
/Linux-v6.6/arch/x86/kernel/cpu/microcode/ |
D | intel.c | 854 struct kvec kvec; in request_microcode_fw() local
|
/Linux-v6.6/net/sunrpc/ |
D | xprtsock.c | 417 struct kvec *kvec, size_t count, size_t seek) in xs_read_kvec() 604 struct kvec kvec = { in xs_read_stream_header() local
|
/Linux-v6.6/sound/core/ |
D | pcm_lib.c | 2048 struct kvec kvec = { data, bytes }; in do_transfer() local
|
/Linux-v6.6/fs/afs/ |
D | internal.h | 114 struct kvec kvec[1]; member
|