Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\uio.h Create Date:2022-07-28 05:47:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:copy_from_iter_full

Proto:static __always_inline __must_check bool copy_from_iter_full(void *addr, size_t bytes, struct iov_iter *i)

Type:bool

Parameter:

TypeParameterName
void *addr
size_tbytes
struct iov_iter *i
153  If Value for the false possibility is greater at compile time(!check_copy_size(addr, bytes, false)) Then Return false
155  Else Return _copy_from_iter_full(addr, bytes, i)
Caller
NameDescribe
generic_load_microcode
devkmsg_write
keyctl_instantiate_key_commonInstantiate a key with the specified payload and link the key into the* destination keyring if one is given.* The caller must have the appropriate instantiation permit set for this to* work (see keyctl_assume_authority). No other permissions are required.