Lines Matching full:tag
8 from readmdir import Tag, MetadataPair
42 mdir.tail = mdir[Tag('tail', 0, 0)]
51 Tag(0x7ff, 0x3ff, 0), Tag('superblock', 0, 0)]
52 superblock = nsuperblock, mdir[Tag('inlinestruct', 0, 0)]
58 ngstate = mdir[Tag('movestate', 0, 0)]
89 for tag in mdir.tags:
90 if tag.is_('dir'):
92 npath = tag.data.decode('utf8')
93 dirstruct = mdir[Tag('dirstruct', tag.id, 0)]
113 tag = Tag(struct.unpack('<I', gstate[0:4].ljust(4, b'\xff'))[0])
115 if tag.size or not tag.isvalid:
116 print(" orphans >=%d" % max(tag.size, 1))
117 if tag.type:
119 blocks[0], blocks[1], tag.id))