Lines Matching refs:AT_END
2790 * 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 or we were enumerating and reached the
3380 if (type == AT_UNUSED || type == AT_END) {
3382 return ntfs_attr_find(AT_END, name, name_len, ic, val, val_len,
3633 * If @type is AT_END, seek to the end of the base mft record ignoring the
3634 * attribute list completely and return -1 with errno set to ENOENT. AT_END is
3665 * The only exception to this is when @type is AT_END, in which case
3714 * the AT_END attribute. Please see more details at ntfs_attr_lookup.
3723 * ENOSPC No attribute was found after 'type', only AT_END.
3730 if (ctx->attr->type == AT_END) {