Searched refs:AT_UNUSED (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c870 * If @type is AT_UNUSED, return the first found attribute, i.e. one can
871 * enumerate all attributes by setting @type to AT_UNUSED and then calling
936 if (((type != AT_UNUSED) && (le32_to_cpu(a->type) >
945 if (type == AT_UNUSED)
1049 * If @type is AT_UNUSED, return the first found attribute, i.e. one can
1050 * enumerate all attributes by setting @type to AT_UNUSED and then calling
2488 } else if (type == AT_UNUSED) { /* case view */
2588 sdh_size, m, NTFS_INDEX_SDH, 4, AT_UNUSED)))
2591 sii_size, m, NTFS_INDEX_SII, 4, AT_UNUSED)))
2637 NTFS_INDEX_Q, 2, AT_UNUSED);
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.h139 return ntfs_attr_lookup(AT_UNUSED, NULL, 0, CASE_SENSITIVE, 0,
H A Dattrib.c2783 * If @type is AT_UNUSED, return the first found attribute, i.e. one can
2784 * enumerate all attributes by setting @type to AT_UNUSED and then calling
2876 if (((type != AT_UNUSED) && (le32_to_cpu(a->type) >
2885 if (type == AT_UNUSED)
3012 * If @type is AT_UNUSED, return the first found attribute, i.e. one can
3013 * enumerate all attributes by setting @type to AT_UNUSED and then calling
3111 if ((type == AT_UNUSED) && is_first_search &&
3138 if ((type == AT_UNUSED) && le32_to_cpu(ctx->al_entry->type) <
3208 if (type != AT_UNUSED) {
3220 if (type == AT_UNUSED)
[all...]
H A Dinode.c1147 while (!ntfs_attr_lookup(AT_UNUSED, NULL, 0, 0, 0, NULL, 0, ctx)) {
1340 if (ntfs_attr_position(AT_UNUSED, ctx))
H A Dlayout.h499 AT_UNUSED = const_cpu_to_le32( 0), enumerator in enum:__anon23

Completed in 73 milliseconds