Home
last modified time | relevance | path

Searched refs:AT_END (Results 1 – 16 of 16) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
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()
Dntfsck.c284 if (attr_rec->type==AT_END) { in load_runlist()
633 if (attr_rec->type==AT_END) { in check_file_record()
Dntfsmftalloc.c259 if (a->type == AT_END) in dump_mft_record()
Dntfscmp.c426 if (atype == AT_END) in get_attr_name()
819 *atype = AT_END; in next_attr()
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()
4039 while (!res && (a->type != AT_END) in rebase_runlists()
4124 while (!res && (a->type != AT_END) in rebase_runlists_meta()
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()
1742 && (attr->type == AT_END); in check_full_mft()
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()
Dntfsclone.c1413 if (ctx->attr->type == AT_END)
1834 if (ctx->attr->type == AT_END)
Dntfsfix.c790 && (a->type != AT_END) in find_unnamed_attr()
Dntfsrecover.c747 case AT_END : in mftattrname()
Dmkntfs.c1239 (a->type == AT_END)) { in mkntfs_attr_find()
/third_party/python/Lib/
Dsre_constants.py166 AT_END: AT_END_LINE
Dsre_parse.py846 subpatternappend((AT, AT_END))
/third_party/ntfs-3g/libntfs-3g/
Dmft.c285 && (a->type != 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()
Dattrib.c2873 && ((space < 4) || (a->type != AT_END))))
2878 (a->type == AT_END)) {
3090 if (type == AT_END)
3327 if ((space >= 4) && (a->type == AT_END))
3380 if (type == AT_UNUSED || type == AT_END) {
3382 return ntfs_attr_find(AT_END, name, name_len, ic, val, val_len,
3730 if (ctx->attr->type == AT_END) {
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h517 AT_END = const_cpu_to_le32(0xffffffff), enumerator