Searched refs:AT_INDEX_ALLOCATION (Results 1 – 15 of 15) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfscat.c | 358 else if (attr->type == AT_INDEX_ALLOCATION) in cat()
|
D | ntfsclone.c | 1149 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);
|
D | ntfsinfo.c | 1305 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()
|
D | ntfstruncate.c | 423 case AT_INDEX_ALLOCATION: in dump_resident_attr_val()
|
D | ntfscmp.c | 710 if (na1->type == AT_INDEX_ALLOCATION) in cmp_attribute()
|
D | playlog.c | 201 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()
|
D | ntfswipe.c | 1282 naa = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4); in wipe_directory()
|
D | mkntfs.c | 2355 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()
|
D | ntfsrecover.c | 726 case AT_INDEX_ALLOCATION : in mftattrname()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | index.c | 678 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()
|
D | dir.c | 372 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()
|
D | attrib.c | 3592 case AT_INDEX_ALLOCATION : 4018 if (type != AT_INDEX_ALLOCATION)
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 509 AT_INDEX_ALLOCATION = const_cpu_to_le32( 0xa0), enumerator
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 893 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4); in ntfs_fuse_getattr()
|
D | lowntfs-3g.c | 809 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, in ntfs_fuse_getstat()
|