€•›@Œsphinx.addnodes”Œdocument”“”)�”}”(Œ rawsource”Œ”Œchildren”]”(Œ translations”Œ LanguagesNode”“”)�”}”(hhh]”(hŒ pending_xref”“”)�”}”(hhh]”Œdocutils.nodes”ŒText”“”ŒChinese (Simplified)”…”�”}”Œparent”hsbaŒ attributes”}”(Œids”]”Œclasses”]”Œnames”]”Œdupnames”]”Œbackrefs”]”Œ refdomain”Œstd”Œreftype”Œdoc”Œ reftarget”Œ(/translations/zh_CN/filesystems/ext4/mmp”Œmodname”NŒ classname”NŒ refexplicit”ˆuŒtagname”hhh ubh)�”}”(hhh]”hŒChinese (Traditional)”…”�”}”hh2sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ(/translations/zh_TW/filesystems/ext4/mmp”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)�”}”(hhh]”hŒItalian”…”�”}”hhFsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ(/translations/it_IT/filesystems/ext4/mmp”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)�”}”(hhh]”hŒJapanese”…”�”}”hhZsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ(/translations/ja_JP/filesystems/ext4/mmp”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)�”}”(hhh]”hŒKorean”…”�”}”hhnsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ(/translations/ko_KR/filesystems/ext4/mmp”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)�”}”(hhh]”hŒPortuguese (Brazilian)”…”�”}”hh‚sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ(/translations/pt_BR/filesystems/ext4/mmp”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)�”}”(hhh]”hŒSpanish”…”�”}”hh–sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ(/translations/sp_SP/filesystems/ext4/mmp”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubeh}”(h]”h ]”h"]”h$]”h&]”Œcurrent_language”ŒEnglish”uh1h hhŒ _document”hŒsource”NŒline”NubhŒcomment”“”)�”}”(hŒ SPDX-License-Identifier: GPL-2.0”h]”hŒ SPDX-License-Identifier: GPL-2.0”…”�”}”hh·sbah}”(h]”h ]”h"]”h$]”h&]”Œ xml:space”Œpreserve”uh1hµhhh²hh³ŒB/var/lib/git/docbuild/linux/Documentation/filesystems/ext4/mmp.rst”h´KubhŒsection”“”)�”}”(hhh]”(hŒtitle”“”)�”}”(hŒMultiple Mount Protection”h]”hŒMultiple Mount Protection”…”�”}”(hhÏh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÍhhÊh²hh³hÇh´KubhŒ paragraph”“”)�”}”(hX&Multiple mount protection (MMP) is a feature that protects the filesystem against multiple hosts trying to use the filesystem simultaneously. When a filesystem is opened (for mounting, or fsck, etc.), the MMP code running on the node (call it node A) checks a sequence number. If the sequence number is EXT4_MMP_SEQ_CLEAN, the open continues. If the sequence number is EXT4_MMP_SEQ_FSCK, then fsck is (hopefully) running, and open fails immediately. Otherwise, the open code will wait for twice the specified MMP check interval and check the sequence number again. If the sequence number has changed, then the filesystem is active on another machine and the open fails. If the MMP code passes all of those checks, a new MMP sequence number is generated and written to the MMP block, and the mount proceeds.”h]”hX&Multiple mount protection (MMP) is a feature that protects the filesystem against multiple hosts trying to use the filesystem simultaneously. When a filesystem is opened (for mounting, or fsck, etc.), the MMP code running on the node (call it node A) checks a sequence number. If the sequence number is EXT4_MMP_SEQ_CLEAN, the open continues. If the sequence number is EXT4_MMP_SEQ_FSCK, then fsck is (hopefully) running, and open fails immediately. Otherwise, the open code will wait for twice the specified MMP check interval and check the sequence number again. If the sequence number has changed, then the filesystem is active on another machine and the open fails. If the MMP code passes all of those checks, a new MMP sequence number is generated and written to the MMP block, and the mount proceeds.”…”�”}”(hhßh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KhhÊh²hubhÞ)�”}”(hXÍWhile the filesystem is live, the kernel sets up a timer to re-check the MMP block at the specified MMP check interval. To perform the re-check, the MMP sequence number is re-read; if it does not match the in-memory MMP sequence number, then another node (node B) has mounted the filesystem, and node A remounts the filesystem read-only. If the sequence numbers match, the sequence number is incremented both in memory and on disk, and the re-check is complete.”h]”hXÍWhile the filesystem is live, the kernel sets up a timer to re-check the MMP block at the specified MMP check interval. To perform the re-check, the MMP sequence number is re-read; if it does not match the in-memory MMP sequence number, then another node (node B) has mounted the filesystem, and node A remounts the filesystem read-only. If the sequence numbers match, the sequence number is incremented both in memory and on disk, and the re-check is complete.”…”�”}”(hhíh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KhhÊh²hubhÞ)�”}”(hŒÁThe hostname and device filename are written into the MMP block whenever an open operation succeeds. The MMP code does not use these values; they are provided purely for informational purposes.”h]”hŒÁThe hostname and device filename are written into the MMP block whenever an open operation succeeds. The MMP code does not use these values; they are provided purely for informational purposes.”…”�”}”(hhûh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KhhÊh²hubhÞ)�”}”(hŒ~The checksum is calculated against the FS UUID and the MMP structure. The MMP structure (``struct mmp_struct``) is as follows:”h]”(hŒYThe checksum is calculated against the FS UUID and the MMP structure. The MMP structure (”…”�”}”(hj h²hh³Nh´NubhŒliteral”“”)�”}”(hŒ``struct mmp_struct``”h]”hŒstruct mmp_struct”…”�”}”(hjh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jhj ubhŒ) is as follows:”…”�”}”(hj h²hh³Nh´Nubeh}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KhhÊh²hubhŒtable”“”)�”}”(hhh]”hŒtgroup”“”)�”}”(hhh]”(hŒcolspec”“”)�”}”(hhh]”h}”(h]”h ]”h"]”h$]”h&]”Œcolwidth”Kuh1j5hj2ubj6)�”}”(hhh]”h}”(h]”h ]”h"]”h$]”h&]”j@K uh1j5hj2ubj6)�”}”(hhh]”h}”(h]”h ]”h"]”h$]”h&]”j@Kuh1j5hj2ubj6)�”}”(hhh]”h}”(h]”h ]”h"]”h$]”h&]”j@K(uh1j5hj2ubhŒthead”“”)�”}”(hhh]”hŒrow”“”)�”}”(hhh]”(hŒentry”“”)�”}”(hhh]”hÞ)�”}”(hŒOffset”h]”hŒOffset”…”�”}”(hjkh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K&hjhubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjcubjg)�”}”(hhh]”hÞ)�”}”(hŒType”h]”hŒType”…”�”}”(hj‚h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K'hjubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjcubjg)�”}”(hhh]”hÞ)�”}”(hŒName”h]”hŒName”…”�”}”(hj™h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K(hj–ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjcubjg)�”}”(hhh]”hÞ)�”}”(hŒ Description”h]”hŒ Description”…”�”}”(hj°h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K)hj­ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjcubeh}”(h]”h ]”h"]”h$]”h&]”uh1jahj^ubah}”(h]”h ]”h"]”h$]”h&]”uh1j\hj2ubhŒtbody”“”)�”}”(hhh]”(jb)�”}”(hhh]”(jg)�”}”(hhh]”hÞ)�”}”(hŒ0x0”h]”hŒ0x0”…”�”}”(hjÛh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K*hjØubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjÕubjg)�”}”(hhh]”hÞ)�”}”(hŒ__le32”h]”hŒ__le32”…”�”}”(hjòh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K+hjïubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjÕubjg)�”}”(hhh]”hÞ)�”}”(hŒ mmp_magic”h]”hŒ mmp_magic”…”�”}”(hj h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K,hjubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjÕubjg)�”}”(hhh]”hÞ)�”}”(hŒ-Magic number for MMP, 0x004D4D50 (“MMPâ€�).”h]”hŒ-Magic number for MMP, 0x004D4D50 (“MMPâ€�).”…”�”}”(hj h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K-hjubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjÕubeh}”(h]”h ]”h"]”h$]”h&]”uh1jahjÒubjb)�”}”(hhh]”(jg)�”}”(hhh]”hÞ)�”}”(hŒ0x4”h]”hŒ0x4”…”�”}”(hj@h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K.hj=ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj:ubjg)�”}”(hhh]”hÞ)�”}”(hŒ__le32”h]”hŒ__le32”…”�”}”(hjWh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K/hjTubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj:ubjg)�”}”(hhh]”hÞ)�”}”(hŒmmp_seq”h]”hŒmmp_seq”…”�”}”(hjnh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K0hjkubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj:ubjg)�”}”(hhh]”hÞ)�”}”(hŒ&Sequence number, updated periodically.”h]”hŒ&Sequence number, updated periodically.”…”�”}”(hj…h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K1hj‚ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj:ubeh}”(h]”h ]”h"]”h$]”h&]”uh1jahjÒubjb)�”}”(hhh]”(jg)�”}”(hhh]”hÞ)�”}”(hŒ0x8”h]”hŒ0x8”…”�”}”(hj¥h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K2hj¢ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjŸubjg)�”}”(hhh]”hÞ)�”}”(hŒ__le64”h]”hŒ__le64”…”�”}”(hj¼h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K3hj¹ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjŸubjg)�”}”(hhh]”hÞ)�”}”(hŒmmp_time”h]”hŒmmp_time”…”�”}”(hjÓh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K4hjÐubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjŸubjg)�”}”(hhh]”hÞ)�”}”(hŒ)Time that the MMP block was last updated.”h]”hŒ)Time that the MMP block was last updated.”…”�”}”(hjêh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K5hjçubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjŸubeh}”(h]”h ]”h"]”h$]”h&]”uh1jahjÒubjb)�”}”(hhh]”(jg)�”}”(hhh]”hÞ)�”}”(hŒ0x10”h]”hŒ0x10”…”�”}”(hj h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K6hjubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjubjg)�”}”(hhh]”hÞ)�”}”(hŒchar[64]”h]”hŒchar[64]”…”�”}”(hj!h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K7hjubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjubjg)�”}”(hhh]”hÞ)�”}”(hŒ mmp_nodename”h]”hŒ mmp_nodename”…”�”}”(hj8h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K8hj5ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjubjg)�”}”(hhh]”hÞ)�”}”(hŒ0Hostname of the node that opened the filesystem.”h]”hŒ0Hostname of the node that opened the filesystem.”…”�”}”(hjOh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K9hjLubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjubeh}”(h]”h ]”h"]”h$]”h&]”uh1jahjÒubjb)�”}”(hhh]”(jg)�”}”(hhh]”hÞ)�”}”(hŒ0x50”h]”hŒ0x50”…”�”}”(hjoh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K:hjlubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjiubjg)�”}”(hhh]”hÞ)�”}”(hŒchar[32]”h]”hŒchar[32]”…”�”}”(hj†h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K;hjƒubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjiubjg)�”}”(hhh]”hÞ)�”}”(hŒ mmp_bdevname”h]”hŒ mmp_bdevname”…”�”}”(hj�h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KhjÑubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjÎubjg)�”}”(hhh]”hÞ)�”}”(hŒ__le16”h]”hŒ__le16”…”�”}”(hjëh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K?hjèubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjÎubjg)�”}”(hhh]”hÞ)�”}”(hŒmmp_check_interval”h]”hŒmmp_check_interval”…”�”}”(hjh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´K@hjÿubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjÎubjg)�”}”(hhh]”hÞ)�”}”(hŒ&The MMP re-check interval, in seconds.”h]”hŒ&The MMP re-check interval, in seconds.”…”�”}”(hjh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KAhjubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjÎubeh}”(h]”h ]”h"]”h$]”h&]”uh1jahjÒubjb)�”}”(hhh]”(jg)�”}”(hhh]”hÞ)�”}”(hŒ0x72”h]”hŒ0x72”…”�”}”(hj9h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KBhj6ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj3ubjg)�”}”(hhh]”hÞ)�”}”(hŒ__le16”h]”hŒ__le16”…”�”}”(hjPh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KChjMubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj3ubjg)�”}”(hhh]”hÞ)�”}”(hŒmmp_pad1”h]”hŒmmp_pad1”…”�”}”(hjgh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KDhjdubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj3ubjg)�”}”(hhh]”hÞ)�”}”(hŒZero.”h]”hŒZero.”…”�”}”(hj~h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KEhj{ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj3ubeh}”(h]”h ]”h"]”h$]”h&]”uh1jahjÒubjb)�”}”(hhh]”(jg)�”}”(hhh]”hÞ)�”}”(hŒ0x74”h]”hŒ0x74”…”�”}”(hjžh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KFhj›ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj˜ubjg)�”}”(hhh]”hÞ)�”}”(hŒ __le32[226]”h]”hŒ __le32[226]”…”�”}”(hjµh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KGhj²ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj˜ubjg)�”}”(hhh]”hÞ)�”}”(hŒmmp_pad2”h]”hŒmmp_pad2”…”�”}”(hjÌh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KHhjÉubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj˜ubjg)�”}”(hhh]”hÞ)�”}”(hŒZero.”h]”hŒZero.”…”�”}”(hjãh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KIhjàubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhj˜ubeh}”(h]”h ]”h"]”h$]”h&]”uh1jahjÒubjb)�”}”(hhh]”(jg)�”}”(hhh]”hÞ)�”}”(hŒ0x3FC”h]”hŒ0x3FC”…”�”}”(hjh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KJhjubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjýubjg)�”}”(hhh]”hÞ)�”}”(hŒ__le32”h]”hŒ__le32”…”�”}”(hjh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KKhjubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjýubjg)�”}”(hhh]”hÞ)�”}”(hŒ mmp_checksum”h]”hŒ mmp_checksum”…”�”}”(hj1h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KLhj.ubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjýubjg)�”}”(hhh]”hÞ)�”}”(hŒChecksum of the MMP block.”h]”hŒChecksum of the MMP block.”…”�”}”(hjHh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÝh³hÇh´KMhjEubah}”(h]”h ]”h"]”h$]”h&]”uh1jfhjýubeh}”(h]”h ]”h"]”h$]”h&]”uh1jahjÒubeh}”(h]”h ]”h"]”h$]”h&]”uh1jÐhj2ubeh}”(h]”h ]”h"]”h$]”h&]”Œcols”Kuh1j0hj-ubah}”(h]”h ]”Œcolwidths-given”ah"]”h$]”h&]”uh1j+hhÊh²hh³Nh´Nubeh}”(h]”Œmultiple-mount-protection”ah ]”h"]”Œmultiple mount protection”ah$]”h&]”uh1hÈhhh²hh³hÇh´Kubeh}”(h]”h ]”h"]”h$]”h&]”Œsource”hÇuh1hŒcurrent_source”NŒ current_line”NŒsettings”Œdocutils.frontend”ŒValues”“”)�”}”(hÍNŒ generator”NŒ datestamp”NŒ source_link”NŒ source_url”NŒ toc_backlinks”jfŒfootnote_backlinks”KŒ sectnum_xform”KŒstrip_comments”NŒstrip_elements_with_classes”NŒ strip_classes”NŒ report_level”KŒ halt_level”KŒexit_status_level”KŒdebug”NŒwarning_stream”NŒ traceback”ˆŒinput_encoding”Œ utf-8-sig”Œinput_encoding_error_handler”Œstrict”Œoutput_encoding”Œutf-8”Œoutput_encoding_error_handler”j Œerror_encoding”Œutf-8”Œerror_encoding_error_handler”Œbackslashreplace”Œ language_code”Œen”Œrecord_dependencies”NŒconfig”NŒ id_prefix”hŒauto_id_prefix”Œid”Œ dump_settings”NŒdump_internals”NŒdump_transforms”NŒdump_pseudo_xml”NŒexpose_internals”NŒstrict_visitor”NŒ_disable_config”NŒ_source”hÇŒ _destination”NŒ _config_files”]”Œ7/var/lib/git/docbuild/linux/Documentation/docutils.conf”aŒfile_insertion_enabled”ˆŒ raw_enabled”KŒline_length_limit”M'Œpep_references”NŒ pep_base_url”Œhttps://peps.python.org/”Œpep_file_url_template”Œpep-%04d”Œrfc_references”NŒ rfc_base_url”Œ&https://datatracker.ietf.org/doc/html/”Œ tab_width”KŒtrim_footnote_reference_space”‰Œsyntax_highlight”Œlong”Œ smart_quotes”ˆŒsmartquotes_locales”]”Œcharacter_level_inline_markup”‰Œdoctitle_xform”‰Œ docinfo_xform”KŒsectsubtitle_xform”‰Œ image_loading”Œlink”Œembed_stylesheet”‰Œcloak_email_addresses”ˆŒsection_self_link”‰Œenv”NubŒreporter”NŒindirect_targets”]”Œsubstitution_defs”}”Œsubstitution_names”}”Œrefnames”}”Œrefids”}”Œnameids”}”j{jxsŒ nametypes”}”j{‰sh}”jxhÊsŒ footnote_refs”}”Œ citation_refs”}”Œ autofootnotes”]”Œautofootnote_refs”]”Œsymbol_footnotes”]”Œsymbol_footnote_refs”]”Œ footnotes”]”Œ citations”]”Œautofootnote_start”KŒsymbol_footnote_start”KŒ id_counter”Œ collections”ŒCounter”“”}”…”R”Œparse_messages”]”Œtransform_messages”]”Œ transformer”NŒ include_log”]”Œ decoration”Nh²hub.