Umsphinx.addnodesdocument)}( rawsourcechildren]( translations LanguagesNode)}(hhh](h pending_xref)}(hhh]docutils.nodesTextChinese (Simplified)}parenthsba attributes}(ids]classes]names]dupnames]backrefs] refdomainstdreftypedoc reftarget&/translations/zh_CN/filesystems/cramfsmodnameN classnameN refexplicitutagnamehhh ubh)}(hhh]hChinese (Traditional)}hh2sbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget&/translations/zh_TW/filesystems/cramfsmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hItalian}hhFsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget&/translations/it_IT/filesystems/cramfsmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hJapanese}hhZsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget&/translations/ja_JP/filesystems/cramfsmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hKorean}hhnsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget&/translations/ko_KR/filesystems/cramfsmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hPortuguese (Brazilian)}hhsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget&/translations/pt_BR/filesystems/cramfsmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hSpanish}hhsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget&/translations/sp_SP/filesystems/cramfsmodnameN classnameN refexplicituh1hhh ubeh}(h]h ]h"]h$]h&]current_languageEnglishuh1h hh _documenthsourceNlineNubhcomment)}(h SPDX-License-Identifier: GPL-2.0h]h SPDX-License-Identifier: GPL-2.0}hhsbah}(h]h ]h"]h$]h&] xml:spacepreserveuh1hhhhhh@/var/lib/git/docbuild/linux/Documentation/filesystems/cramfs.rsthKubhsection)}(hhh](htitle)}(h+Cramfs - cram a filesystem onto a small ROMh]h+Cramfs - cram a filesystem onto a small ROM}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhhhhhKubh paragraph)}(hGcramfs is designed to be simple and small, and to compress things well.h]hGcramfs is designed to be simple and small, and to compress things well.}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hIt uses the zlib routines to compress a file one page at a time, and allows random page access. The meta-data is not compressed, but is expressed in a very terse representation to make it use much less diskspace than traditional filesystems.h]hIt uses the zlib routines to compress a file one page at a time, and allows random page access. The meta-data is not compressed, but is expressed in a very terse representation to make it use much less diskspace than traditional filesystems.}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK hhhhubh)}(hYou can't write to a cramfs filesystem (making it compressible and compact also makes it _very_ hard to update on-the-fly), so you have to create the disk image with the "mkcramfs" utility.h]hYou can’t write to a cramfs filesystem (making it compressible and compact also makes it _very_ hard to update on-the-fly), so you have to create the disk image with the “mkcramfs” utility.}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hhh](h)}(h Usage Notesh]h Usage Notes}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj hhhhhKubh)}(h)File sizes are limited to less than 16MB.h]h)File sizes are limited to less than 16MB.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj hhubh)}(hsMaximum filesystem size is a little over 256MB. (The last file on the filesystem is allowed to extend past 256MB.)h]hsMaximum filesystem size is a little over 256MB. (The last file on the filesystem is allowed to extend past 256MB.)}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj hhubh)}(hOnly the low 8 bits of gid are stored. The current version of mkcramfs simply truncates to 8 bits, which is a potential security issue.h]hOnly the low 8 bits of gid are stored. The current version of mkcramfs simply truncates to 8 bits, which is a potential security issue.}(hj6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj hhubh)}(hHard links are not preserved. mkcramfs deduplicates files with identical content, but two names for the same on-disk inode in the source tree become two separate (content-shared) entries in the image, and cramfs always reports a link count of 1.h]hHard links are not preserved. mkcramfs deduplicates files with identical content, but two names for the same on-disk inode in the source tree become two separate (content-shared) entries in the image, and cramfs always reports a link count of 1.}(hjDhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj hhubh)}(hCramfs directories have no ``.`` or ``..`` entries. Directories (like every other file on cramfs) always have a link count of 1. (There's no need to use -noleaf in ``find``, btw.)h](hCramfs directories have no }(hjRhhhNhNubhliteral)}(h``.``h]h.}(hj\hhhNhNubah}(h]h ]h"]h$]h&]uh1jZhjRubh or }(hjRhhhNhNubj[)}(h``..``h]h..}(hjnhhhNhNubah}(h]h ]h"]h$]h&]uh1jZhjRubh~ entries. Directories (like every other file on cramfs) always have a link count of 1. (There’s no need to use -noleaf in }(hjRhhhNhNubj[)}(h``find``h]hfind}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jZhjRubh, btw.)}(hjRhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhK$hj hhubh)}(hXNo timestamps are stored in a cramfs, so these default to the epoch (1970 GMT). Recently-accessed files may have updated timestamps, but the update lasts only as long as the inode is cached in memory, after which the timestamp reverts to 1970, i.e. moves backwards in time.h]hXNo timestamps are stored in a cramfs, so these default to the epoch (1970 GMT). Recently-accessed files may have updated timestamps, but the update lasts only as long as the inode is cached in memory, after which the timestamp reverts to 1970, i.e. moves backwards in time.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK(hj hhubh)}(hXThe on-disk layout is host-endian: the kernel does not swab, and refuses to mount an image whose endianness does not match the CPU. For cross-builds, mkcramfs -B / -L forces the output endianness so that a host of one endianness can produce an image for a target of the other.h]hXThe on-disk layout is host-endian: the kernel does not swab, and refuses to mount an image whose endianness does not match the CPU. For cross-builds, mkcramfs -B / -L forces the output endianness so that a host of one endianness can produce an image for a target of the other.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK-hj hhubh)}(hThe on-disk block size is fixed at 4096 bytes. On systems with a larger PAGE_SIZE you can change the #define in mkcramfs.c, with the caveat that the resulting image will only be readable on kernels configured for the same PAGE_SIZE.h]hThe on-disk block size is fixed at 4096 bytes. On systems with a larger PAGE_SIZE you can change the #define in mkcramfs.c, with the caveat that the resulting image will only be readable on kernels configured for the same PAGE_SIZE.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK3hj hhubeh}(h] usage-notesah ]h"] usage notesah$]h&]uh1hhhhhhhhKubh)}(hhh](h)}(hMemory Mapped cramfs imageh]hMemory Mapped cramfs image}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhK:ubh)}(hX-The CRAMFS_MTD Kconfig option adds support for loading data directly from a physical linear memory range (usually non volatile memory like Flash) instead of going through the block device layer. This saves some memory since no intermediate buffering is necessary to hold the data before decompressing.h]hX-The CRAMFS_MTD Kconfig option adds support for loading data directly from a physical linear memory range (usually non volatile memory like Flash) instead of going through the block device layer. This saves some memory since no intermediate buffering is necessary to hold the data before decompressing.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK4h]h>4}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hsize %dh]hsize %d}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhj/ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>8h]h>8}(hjRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKihjOubah}(h]h ]h"]h$]h&]uh1jhjLubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hjihhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKihjfubah}(h]h ]h"]h$]h&]uh1jhjLubj)}(hhh]h)}(h flags 0x%xh]h flags 0x%x}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKihj}ubah}(h]h ]h"]h$]h&]uh1jhjLubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>12h]h>12}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKjhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKjhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h future 0x%xh]h future 0x%x}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKjhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>16h]h>16}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKkhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h string >\0h]h string >0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKkhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hsignature "%.16s"h]hsignature “%.16s”}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKkhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>32h]h>32}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKlhj9ubah}(h]h ]h"]h$]h&]uh1jhj6ubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hjShhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKlhjPubah}(h]h ]h"]h$]h&]uh1jhj6ubj)}(hhh]h)}(h fsid.crc 0x%xh]h fsid.crc 0x%x}(hjjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKlhjgubah}(h]h ]h"]h$]h&]uh1jhj6ubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>36h]h>36}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKmhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKmhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hfsid.edition %dh]hfsid.edition %d}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKmhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>40h]h>40}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKnhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKnhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hfsid.blocks %dh]hfsid.blocks %d}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKnhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>44h]h>44}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKohj#ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKohj:ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(h fsid.files %dh]h fsid.files %d}(hjThhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKohjQubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>48h]h>48}(hjthhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKphjqubah}(h]h ]h"]h$]h&]uh1jhjnubj)}(hhh]h)}(h string >\0h]h string >0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKphjubah}(h]h ]h"]h$]h&]uh1jhjnubj)}(hhh]h)}(h name "%.16s"h]hname “%.16s”}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKphjubah}(h]h ]h"]h$]h&]uh1jhjnubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h512h]h512}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKqhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hulelong 0x28cd3d45h]hulelong 0x28cd3d45}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKqhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hLinux cramfs offset 512h]hLinux cramfs offset 512}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKqhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>516h]h>516}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKrhj ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKrhj$ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(hsize %dh]hsize %d}(hj>hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKrhj;ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>520h]h>520}(hj^hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKshj[ubah}(h]h ]h"]h$]h&]uh1jhjXubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hjuhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKshjrubah}(h]h ]h"]h$]h&]uh1jhjXubj)}(hhh]h)}(h flags 0x%xh]h flags 0x%x}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKshjubah}(h]h ]h"]h$]h&]uh1jhjXubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>524h]h>524}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKthjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKthjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h future 0x%xh]h future 0x%x}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKthjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>528h]h>528}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKuhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h string >\0h]h string >0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKuhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hsignature "%.16s"h]hsignature “%.16s”}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKuhj%ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>544h]h>544}(hjHhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKvhjEubah}(h]h ]h"]h$]h&]uh1jhjBubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hj_hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKvhj\ubah}(h]h ]h"]h$]h&]uh1jhjBubj)}(hhh]h)}(h fsid.crc 0x%xh]h fsid.crc 0x%x}(hjvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKvhjsubah}(h]h ]h"]h$]h&]uh1jhjBubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>548h]h>548}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKwhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKwhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hfsid.edition %dh]hfsid.edition %d}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKwhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>552h]h>552}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKxhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKxhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hfsid.blocks %dh]hfsid.blocks %d}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKxhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>556h]h>556}(hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKyhj/ubah}(h]h ]h"]h$]h&]uh1jhj,ubj)}(hhh]h)}(h ulelong xh]h ulelong x}(hjIhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKyhjFubah}(h]h ]h"]h$]h&]uh1jhj,ubj)}(hhh]h)}(h fsid.files %dh]h fsid.files %d}(hj`hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKyhj]ubah}(h]h ]h"]h$]h&]uh1jhj,ubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h>560h]h>560}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKzhj}ubah}(h]h ]h"]h$]h&]uh1jhjzubj)}(hhh]h)}(h string >\0h]h string >0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKzhjubah}(h]h ]h"]h$]h&]uh1jhjzubj)}(hhh]h)}(h name "%.16s"h]hname “%.16s”}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKzhjubah}(h]h ]h"]h$]h&]uh1jhjzubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]colsKuh1jhjubah}(h]h ]h"]h$]h&]uh1j}hjlhhhhhNubeh}(h]for-usr-share-magicah ]h"]for /usr/share/magicah$]h&]uh1hhhhhhhhKdubh)}(hhh](h)}(h Hacker Notesh]h Hacker Notes}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhKubh)}(hDSee fs/cramfs/README for filesystem layout and implementation notes.h]hDSee fs/cramfs/README for filesystem layout and implementation notes.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjhhubeh}(h] hacker-notesah ]h"] hacker notesah$]h&]uh1hhhhhhhhKubeh}(h])cramfs-cram-a-filesystem-onto-a-small-romah ]h"]+cramfs - cram a filesystem onto a small romah$]h&]uh1hhhhhhhhKubeh}(h]h ]h"]h$]h&]sourcehuh1hcurrent_sourceN current_lineNsettingsdocutils.frontendValues)}(hN generatorN datestampN source_linkN source_urlN toc_backlinksjfootnote_backlinksK sectnum_xformKstrip_commentsNstrip_elements_with_classesN strip_classesN report_levelK halt_levelKexit_status_levelKdebugNwarning_streamN tracebackinput_encoding utf-8-siginput_encoding_error_handlerstrictoutput_encodingutf-8output_encoding_error_handlerj4 error_encodingutf-8error_encoding_error_handlerbackslashreplace language_codeenrecord_dependenciesNconfigN id_prefixhauto_id_prefixid dump_settingsNdump_internalsNdump_transformsNdump_pseudo_xmlNexpose_internalsNstrict_visitorN_disable_configN_sourcehnj _destinationN _config_files]7/var/lib/git/docbuild/linux/Documentation/docutils.confafile_insertion_enabled raw_enabledKline_length_limitM'pep_referencesN pep_base_urlhttps://peps.python.org/pep_file_url_templatepep-%04drfc_referencesN rfc_base_url&https://datatracker.ietf.org/doc/html/ tab_widthKtrim_footnote_reference_spacesyntax_highlightlong smart_quotessmartquotes_locales]character_level_inline_markupdoctitle_xform docinfo_xformKsectsubtitle_xform image_loadinglinkembed_stylesheetcloak_email_addressessection_self_linkenvNubreporterNindirect_targets]substitution_defs}substitution_names}refnames}refids}nameids}(j j jjj(j%jijfjjj j u nametypes}(j jj(jijj uh}(j hjj j%jjfj+jjlj ju footnote_refs} citation_refs} autofootnotes]autofootnote_refs]symbol_footnotes]symbol_footnote_refs] footnotes] citations]autofootnote_startKsymbol_footnote_startK id_counter collectionsCounter}Rparse_messages]transform_messages] transformerN include_log] decorationNhhub.