Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:I really wish we had closures with sane typechecking...

Proto:static inline void set_delayed_call(struct delayed_call *call, void (*fn)(void *), void *arg)

Type:void

Parameter:

TypeParameterName
struct delayed_call *call
void (*fn
void *arg
21  fn = fn
22  arg = arg
Caller
NameDescribe
rawdata_get_link_base
page_get_linkget the link contents into pagecache
fscrypt_get_symlinkscrypt_get_symlink - get the target of an encrypted symlink*@inode: the symlink inode*@caddr: the on-disk contents of the symlink*@max_size: size of @caddr buffer*@done: if successful, will be set up to free the returned target if needed