Home
last modified time | relevance | path

Searched refs:AT_INDEX_ALLOCATION (Results 1 – 15 of 15) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfscat.c358 else if (attr->type == AT_INDEX_ALLOCATION) in cat()
Dntfsclone.c1149 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, name, name_len);
1707 && walk->image->ctx->attr->type == AT_INDEX_ALLOCATION)
1717 index_i30 = (walk->image->ctx->attr->type == AT_INDEX_ALLOCATION)
1801 AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4);
Dntfsinfo.c1305 case AT_INDEX_ALLOCATION: return "$INDEX_ALLOCATION"; in get_attribute_type_name()
1955 tmp_alloc = allocation = ntfs_attr_readall(ni, AT_INDEX_ALLOCATION, in ntfs_dump_attr_index_allocation()
2399 case AT_INDEX_ALLOCATION: in ntfs_dump_file_attributes()
Dntfstruncate.c423 case AT_INDEX_ALLOCATION: in dump_resident_attr_val()
Dntfscmp.c710 if (na1->type == AT_INDEX_ALLOCATION) in cmp_attribute()
Dplaylog.c201 case AT_INDEX_ALLOCATION : in valid_type()
1648 attr->type = AT_INDEX_ALLOCATION; in insert_index_allocation()
3503 if (attr->type != AT_INDEX_ALLOCATION) { in undo_sizes()
4068 if (pa->type == AT_INDEX_ALLOCATION) in get_action_kind()
Dntfswipe.c1282 naa = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4); in wipe_directory()
Dmkntfs.c2355 err = insert_non_resident_attr_in_mft_record(m, AT_INDEX_ALLOCATION, in add_attr_index_alloc()
4245 if (mkntfs_attr_lookup(AT_INDEX_ALLOCATION, name, name_len, in mkntfs_sync_index_record()
Dntfsrecover.c726 case AT_INDEX_ALLOCATION : in mftattrname()
/third_party/ntfs-3g/libntfs-3g/
Dindex.c678 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, icx->name, icx->name_len); in ntfs_ia_open()
1204 if (!ntfs_attr_exist(icx->ni, AT_INDEX_ALLOCATION, icx->name, icx->name_len)) { in ntfs_ia_add()
1206 if (ntfs_attr_add(icx->ni, AT_INDEX_ALLOCATION, icx->name, in ntfs_ia_add()
Ddir.c372 ia_na = ntfs_attr_open(dir_ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4); in ntfs_inode_lookup_by_name()
1134 ia_na = ntfs_attr_open(dir_ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4); in ntfs_readdir()
Dattrib.c3592 case AT_INDEX_ALLOCATION :
4018 if (type != AT_INDEX_ALLOCATION)
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h509 AT_INDEX_ALLOCATION = const_cpu_to_le32( 0xa0), enumerator
/third_party/ntfs-3g/src/
Dntfs-3g.c893 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4); in ntfs_fuse_getattr()
Dlowntfs-3g.c809 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, in ntfs_fuse_getstat()