Home
last modified time | relevance | path

Searched defs:kvec (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.6/include/linux/
Duio.h17 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
Dvringh.h195 struct kvec *kvec, unsigned num) in vringh_kiov_init()
/Linux-v6.6/fs/9p/
Dxattr.c24 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
Dvfs_dir.c92 struct kvec kvec; in v9fs_dir_readdir() local
/Linux-v6.6/lib/
Dkunit_iov_iter.c74 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
Diov_iter.c723 const struct kvec *kvec, unsigned long nr_segs, in iov_iter_kvec()
/Linux-v6.6/arch/x86/kernel/
Dcrash_dump_64.c57 struct kvec kvec = { .iov_base = buf, .iov_len = count }; in elfcorehdr_read() local
/Linux-v6.6/arch/s390/mm/
Dmaccess.c117 struct kvec kvec; in memcpy_real() local
/Linux-v6.6/fs/proc/
Dvmcore.c199 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/
Dzcore.c103 struct kvec kvec; in memcpy_hsa_kernel() local
/Linux-v6.6/net/rxrpc/
Drxperf.c50 struct kvec kvec[1]; member
/Linux-v6.6/arch/s390/kernel/
Dcrash_dump.c152 struct kvec kvec; in copy_oldmem_kernel() local
/Linux-v6.6/arch/x86/kernel/cpu/microcode/
Dintel.c854 struct kvec kvec; in request_microcode_fw() local
/Linux-v6.6/net/sunrpc/
Dxprtsock.c417 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/
Dpcm_lib.c2048 struct kvec kvec = { data, bytes }; in do_transfer() local
/Linux-v6.6/fs/afs/
Dinternal.h114 struct kvec kvec[1]; member