Home
last modified time | relevance | path

Searched refs:AT_END (Results 1 - 20 of 20) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
H A Dntfstruncate.c539 if (a->type == AT_END) { in dump_attr_record()
541 (unsigned int)le32_to_cpu(AT_END)); in dump_attr_record()
672 if (a->type == AT_END) in dump_mft_record()
H A Dntfsck.c284 if (attr_rec->type==AT_END) { in load_runlist()
291 // not AT_END yet no room for the length field. in load_runlist()
292 check_failed("Attribute 0x%x is not AT_END, yet no " in load_runlist()
633 if (attr_rec->type==AT_END) { in check_file_record()
638 // not AT_END yet no room for the length field. in check_file_record()
639 check_failed("Attribute 0x%x is not AT_END, yet no " in check_file_record()
H A Dntfsmftalloc.c259 if (a->type == AT_END) in dump_mft_record()
H A Dntfscmp.c426 if (atype == AT_END) in get_attr_name()
819 *atype = AT_END; in next_attr()
H A Dntfsresize.c918 if (fsck->ctx->attr->type == AT_END) in walk_attributes()
1135 if (resize->ctx->attr->type == AT_END) in resize_constraints_by_attributes()
2175 if (resize->ctx->attr->type == AT_END) in relocate_attributes()
3131 while ((a->type != AT_END) in find_attr()
4013 memset(((char*)mrec) + bytes_in_use, 255, 4); /* AT_END */ in minimal_record()
4039 while (!res && (a->type != AT_END) in rebase_runlists()
4124 while (!res && (a->type != AT_END) in rebase_runlists_meta()
H A Dplaylog.c209 case AT_END : in valid_type()
324 && (attr->type != AT_END) in sanity_mft()
370 if ((optv > 1) && (attr->type == AT_END)) in sanity_mft()
373 if ((attr->type != AT_END) in sanity_mft()
1735 && (attr->type != AT_END) in check_full_mft()
1740 /* AT_END must be present */ in check_full_mft()
1742 && (attr->type == AT_END); in check_full_mft()
H A Dntfsinfo.c1312 case AT_END: return "$END"; in get_attribute_type_name()
2360 if (ctx->attr->type == AT_END || ctx->attr->type == AT_UNUSED) { in ntfs_dump_file_attributes()
H A Dntfsclone.c1413 if (ctx->attr->type == AT_END)
1834 if (ctx->attr->type == AT_END)
H A Dntfsfix.c790 && (a->type != AT_END) in find_unnamed_attr()
H A Dntfsrecover.c747 case AT_END : in mftattrname()
H A Dmkntfs.c1178 * If @type is AT_END, seek to the end and return -1 with errno set to ENOENT.
1179 * AT_END is not a valid attribute, its length is zero for example, thus it is
1239 (a->type == AT_END)) { in mkntfs_attr_find()
1357 * If @type is AT_END, seek to the end of the base mft record ignoring the
1358 * attribute list completely and return -1 with errno set to ENOENT. AT_END is
1389 * The only exception to this is when @type is AT_END, in which case
/third_party/python/Lib/re/
H A D_constants.py130 'AT_END', 'AT_END_LINE', 'AT_END_STRING',
171 AT_END: AT_END_LINE
H A D_parser.py879 subpatternappend((AT, AT_END))
/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc175 case AssertionNode::AT_END: in VisitAssertion()
H A Dregexp-nodes.h461 AT_END, enumerator
468 return on_success->zone()->New<AssertionNode>(AT_END, on_success); in AtEnd()
H A Dregexp-compiler.cc2256 case AT_END: { in Emit()
/third_party/ntfs-3g/libntfs-3g/
H A Dmft.c285 && (a->type != AT_END) in ntfs_mft_record_check()
302 /* We are supposed to reach an AT_END */ in ntfs_mft_record_check()
303 if ((space < 4) || (a->type != AT_END)) { in ntfs_mft_record_check()
461 a->type = AT_END; in ntfs_mft_record_layout()
H A Dattrib.c2790 * If @type is AT_END, seek to the end and return -1 with errno set to ENOENT.
2791 * AT_END is not a valid attribute, its length is zero for example, thus it is
2873 && ((space < 4) || (a->type != AT_END))))
2878 (a->type == AT_END)) {
3020 * If @type is AT_END, seek to the end of the base mft record ignoring the
3021 * attribute list completely and return -1 with errno set to ENOENT. AT_END is
3054 * The only exception to this is when @type is AT_END, in which case
3090 if (type == AT_END)
3327 if ((space >= 4) && (a->type == AT_END))
3376 * If we were looking for AT_END o
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h341 * is terminated by an attribute of type AT_END which is a truncated attribute
342 * in that it only consists of the attribute type code AT_END and none of the
517 AT_END = const_cpu_to_le32(0xffffffff), enumerator
/third_party/node/deps/v8/src/objects/
H A Delements.cc101 enum Where { AT_START, AT_END }; enumerator
2158 return Subclass::RemoveElement(receiver, AT_END); in PopImpl()
2170 AT_END); in PushImpl()

Completed in 62 milliseconds