Searched refs:AT_END (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmft.c285 && (a->type != AT_END)
302 /* We are supposed to reach an AT_END */
303 if ((space < 4) || (a->type != AT_END)) {
461 a->type = AT_END;
H A Dattrib.c2790 * If @type is AT_END, seek to the end and return -1 with errno set to ENOENT.
2791 * AT_END is not a valid attribute, its length is zero for example, thus it is
2873 && ((space < 4) || (a->type != AT_END))))
2878 (a->type == AT_END)) {
3020 * If @type is AT_END, seek to the end of the base mft record ignoring the
3021 * attribute list completely and return -1 with errno set to ENOENT. AT_END is
3054 * The only exception to this is when @type is AT_END, in which case
3090 if (type == AT_END)
3327 if ((space >= 4) && (a->type == AT_END))
3376 * If we were looking for AT_END o
[all...]
H A Dlayout.h341 * is terminated by an attribute of type AT_END which is a truncated attribute
342 * in that it only consists of the attribute type code AT_END and none of the
517 AT_END = const_cpu_to_le32(0xffffffff), enumerator in enum:__anon23
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c877 * If @type is AT_END, seek to the end and return -1 with errno set to ENOENT.
878 * AT_END is not a valid attribute, its length is zero for example, thus it is
938 (a->type == AT_END)) {
1056 * If @type is AT_END, seek to the end of the base mft record ignoring the
1057 * attribute list completely and return -1 with errno set to ENOENT. AT_END is
1088 * The only exception to this is when @type is AT_END, in which case

Completed in 63 milliseconds