Searched refs:AT_INDEX_ALLOCATION (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c678 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, icx->name, icx->name_len);
1204 if (!ntfs_attr_exist(icx->ni, AT_INDEX_ALLOCATION, icx->name, icx->name_len)) {
1206 if (ntfs_attr_add(icx->ni, AT_INDEX_ALLOCATION, icx->name,
1208 ntfs_log_perror("Failed to add AT_INDEX_ALLOCATION");
H A Dlayout.h509 AT_INDEX_ALLOCATION = const_cpu_to_le32( 0xa0), enumerator in enum:__anon23
H A Ddir.c372 ia_na = ntfs_attr_open(dir_ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4);
1137 ia_na = ntfs_attr_open(dir_ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4);
H A Dattrib.c3592 case AT_INDEX_ALLOCATION :
4018 if (type != AT_INDEX_ALLOCATION)
5367 /* Prefer AT_INDEX_ALLOCATION instead of AT_ATTRIBUTE_LIST */
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c181 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION,
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c2054 err = insert_non_resident_attr_in_mft_record(m, AT_INDEX_ALLOCATION,
3925 if (mkntfs_attr_lookup(AT_INDEX_ALLOCATION, name, name_len,

Completed in 85 milliseconds