Home
last modified time | relevance | path

Searched refs:non_resident (Results 1 – 25 of 25) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dattrlist.c153 (attr->non_resident) ? sle64_to_cpu(attr->lowest_vcn) : in ntfs_attrlist_entry_add()
154 0, (attr->non_resident) ? NULL : ((u8*)attr + in ntfs_attrlist_entry_add()
155 le16_to_cpu(attr->value_offset)), (attr->non_resident) ? in ntfs_attrlist_entry_add()
193 if (attr->non_resident) in ntfs_attrlist_entry_add()
Dattrib.c132 if (a->non_resident) in GenNAttrIno()
172 if (!a->non_resident) { in ntfs_get_attribute_value()
361 void ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, in ntfs_attr_init() argument
370 if (non_resident) in ntfs_attr_init()
489 && (a->non_resident ? !a->initialized_size : !a->value_length)) { in ntfs_attr_open()
522 if (a->non_resident) { in ntfs_attr_open()
3353 if ((type == AT_UNUSED) || !val || (!a->non_resident &&
3453 if (a->non_resident) {
3454 if ((a->non_resident != 1)
3509 if (a->non_resident
[all …]
Dvolume.c348 if (!a->non_resident) { in ntfs_mft_load()
1159 if (a->non_resident) { in ntfs_device_mount()
1205 if (a->non_resident) { in ntfs_device_mount()
1762 if (a->non_resident) { in ntfs_volume_write_flags()
Dinode.c264 if (ctx->attr->non_resident) { in ntfs_inode_real_open()
1172 if (ctx->attr->non_resident) in ntfs_inode_add_attrlist()
Ddir.c1066 if (ctx->attr->non_resident) { in ntfs_mft_get_parent_ref()
2106 if (actx->attr->non_resident) { in ntfs_delete()
Drunlist.c800 if (!attr || !attr->non_resident || in ntfs_mapping_pairs_decompress_i()
Dindex.c410 if (a->non_resident) { in ntfs_ir_lookup()
/third_party/ntfs-3g/ntfsprogs/
Dntfsck.c478 if (attr_rec->non_resident>1) { in check_attr_record()
481 (int)attr_type, (int)attr_rec->non_resident); in check_attr_record()
494 if (attr_rec->non_resident) { in check_attr_record()
Dcluster.c75 if (!rec->non_resident) { in cluster_find()
Dntfscmp.c658 if (a1->non_resident != a2->non_resident) in cmp_attribute_header()
661 if (a1->non_resident) { in cmp_attribute_header()
770 if (!ctx->attr->non_resident) in new_attribute()
Dntfsinfo.c1109 if (attr->non_resident) { in ntfs_dump_attr_security_descriptor()
1143 if (attr->non_resident) in ntfs_dump_attr_security_descriptor()
1352 printf("\tResident: \t\t %s\n", a->non_resident ? "No" : "Yes"); in ntfs_dump_attribute_header()
1379 if (!a->non_resident) { in ntfs_dump_attribute_header()
2023 if (attr->non_resident) { in ntfs_dump_attr_reparse_point()
2050 if (attr->non_resident) in ntfs_dump_attr_reparse_point()
2094 if (attr->non_resident) { in ntfs_dump_attr_ea()
2261 if (!attr->non_resident) { in ntfs_dump_attr_unknown()
Dntfscluster.c305 if (!rec->non_resident) in info()
403 if (rec->non_resident) { in dump_file()
Dntfsfix.c260 if (a->non_resident) { in OLD_ntfs_volume_set_flags()
835 && a->non_resident in short_mft_selfloc_condition()
889 selfloc->attrlist_resident = !a->non_resident; in attrlist_selfloc_condition()
891 if (a->non_resident) { in attrlist_selfloc_condition()
Dntfstruncate.c566 printf("Attribute is %sresident\n", a->non_resident ? "non-" : ""); in dump_attr_record()
619 if (a->non_resident) { in dump_attr_record()
Dntfsmove.c358 if (!rec->non_resident) in calc_attr_length()
838 if (rec->non_resident) { in move_file()
Dntfsresize.c838 if (!a->non_resident) in build_lcn_usage_bitmap()
1110 if (!resize->ctx->attr->non_resident) in build_resize_constraints()
2073 if (!a->non_resident) in relocate_attribute()
2514 if (!a->non_resident) in truncate_bitmap_data_attr()
3232 if (a && a->non_resident) in get_data_size()
3263 && a->non_resident in get_mft_bitmap()
3423 if (!a || !a->non_resident) { in check_expand_constraints()
4041 if (a->non_resident) { in rebase_runlists()
4126 if (a->non_resident) { in rebase_runlists_meta()
Dplaylog.c352 (int)attr->non_resident); in sanity_mft()
358 (int)attr->non_resident); in sanity_mft()
1580 attr->non_resident = 0; in rebuildname()
1650 attr->non_resident = 1; in insert_index_allocation()
1676 attr->non_resident = 0; in insert_index_allocation()
2507 if (!attr->non_resident) { in redo_update_mapping()
2511 && attr->non_resident in redo_update_mapping()
3647 if (!attr->non_resident) { in undo_update_mapping()
3651 && attr->non_resident in undo_update_mapping()
Dmkntfs.c1549 a->non_resident = 1; in insert_positioned_attr_in_mft_record()
1742 a->non_resident = 1; in insert_non_resident_attr_in_mft_record()
1886 a->non_resident = 0; in insert_resident_attr_in_mft_record()
1965 nonres = a->non_resident != 0; in non_resident_unnamed_data()
2463 if (a->non_resident || a->flags) { in upgrade_to_large_index()
5093 if (a->non_resident) { in mkntfs_redirect()
Dntfscp.c625 attr->non_resident = 1; in set_sizes()
Dntfsclone.c1417 if (!ctx->attr->non_resident
1696 if (!a->non_resident) {
Dntfswipe.c1848 if (ctx->attr->non_resident == 0) { in destroy_record()
Dntfsundelete.c1285 data->resident = !rec->non_resident; in get_data()
/third_party/ntfs-3g/include/ntfs-3g/
Dattrib.h286 extern void ntfs_attr_init(ntfs_attr *na, const BOOL non_resident,
Dlayout.h727 /* 8*/ u8 non_resident; /* If 0, attribute is resident. member
/third_party/e2fsprogs/lib/blkid/
Dprobe.h485 __u8 non_resident; member