Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 11 of 11) sorted by relevance

/fs/proc/
A Dvmcore.c272 struct vmcoredd_node *dump; in vmcoredd_copy_dumps() local
291 offset += dump->size; in vmcoredd_copy_dumps()
322 offset += dump->size; in vmcoredd_mmap_dumps()
1492 dump = vzalloc(sizeof(*dump)); in vmcore_add_device_dump()
1493 if (!dump) in vmcore_add_device_dump()
1516 dump->buf = buf; in vmcore_add_device_dump()
1517 dump->size = data_size; in vmcore_add_device_dump()
1535 vfree(dump); in vmcore_add_device_dump()
1704 list_del(&dump->list); in vmcore_free_device_dumps()
1705 vfree(dump->buf); in vmcore_free_device_dumps()
[all …]
A DKconfig46 Exports the dump image of crashed kernel in ELF format.
62 dump using the kernel command line option 'novmcoredd'.
72 If the elfcore hdr is allocated and prepared by the dump kernel
74 devices such as virtio-mem will not be included in the dump
79 in the crash dump.
/fs/
A DKconfig.binfmt82 ELF core dump files describe each memory mapping of the crashed
87 the first page of the file in a core dump makes it possible to
89 cost and disk space to dump all the text. However, versions of
90 GDB before 6.7 are confused by ELF core dump files in this format.
92 The core dump behavior can be controlled per process using
172 bool "Enable core dump support" if EXPERT
/fs/ntfs3/
A Ddir.c41 char dump[5]; in ntfs_utf16_to_nls() local
64 hex_byte_pack(&dump[0], ec >> 8); in ntfs_utf16_to_nls()
65 hex_byte_pack(&dump[2], ec); in ntfs_utf16_to_nls()
66 dump[4] = 0; in ntfs_utf16_to_nls()
68 ntfs_err(sbi->sb, "failed to convert \"%s\" to %s", dump, in ntfs_utf16_to_nls()
/fs/pstore/
A DKconfig135 int "Size in Kbytes of kmsg dump log to store"
139 This just sets size of kmsg dump (oops, panic, etc) log for
146 int "Maximum kmsg dump reason to store"
A Dplatform.c377 .dump = pstore_dump,
/fs/afs/
A Dvl_list.c180 goto dump; in afs_extract_vlserver_list()
331 dump: in afs_extract_vlserver_list()
/fs/jffs2/
A Ddebug.c166 int dump = 0; in __jffs2_dbg_superblock_counts() local
271 dump = 1; \ in __jffs2_dbg_superblock_counts()
288 dump = 1; in __jffs2_dbg_superblock_counts()
291 if (dump) { in __jffs2_dbg_superblock_counts()
A DKconfig29 If reporting bugs, please try to have available a full dump of the
/fs/ubifs/
A Dfile.c66 goto dump; in read_block()
73 goto dump; in read_block()
80 goto dump; in read_block()
92 dump: in read_block()
/fs/smb/client/
A DKconfig144 Enabling this will dump the encryption and decryption keys

Completed in 23 milliseconds