Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\coredump.c Create Date:2022-07-28 20:30:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dump_skip

Proto:int dump_skip(struct coredump_params *cprm, size_t nr)

Type:int

Parameter:

TypeParameterName
struct coredump_params *cprm
size_tnr
842  file = file
843  If llseek && llseek != no_llseek Then
844  If dump_interrupted() || llseek(file, nr, seek relative to current file position ) < 0 Then Return 0
847  pos += nr
848  Return 1
849  Else
850  When nr > PAGE_SIZE cycle
853  nr -= PAGE_SIZE
855  Return Core dumping helper functions. These are the only things you should* do on a core-file: use only these functions to write out all the* necessary info.
Caller
NameDescribe
dump_align