Lines Matching defs:space

1287 				ntfs_log_perror("Failed to zero space");
1397 * compression block, as we may need space to decompress
1399 * So allocate the space common to compression block
1667 * Borrow space from adjacent hole for appending data
2833 ptrdiff_t space;
2868 space = le32_to_cpu(ctx->mrec->bytes_in_use) - offs;
2870 || (((space < (ptrdiff_t)offsetof(ATTR_RECORD,
2872 || (space < (ptrdiff_t)le32_to_cpu(a->length)))
2873 && ((space < 4) || (a->type != AT_END))))
3050 * space, the attribute should be placed in an extent mft record.
3075 ptrdiff_t space;
3324 space = le32_to_cpu(ctx->mrec->bytes_in_use) - offs;
3327 if ((space >= 4) && (a->type == AT_END))
3329 if ((space < (ptrdiff_t)offsetof(ATTR_RECORD, resident_end))
3330 || (space < (ptrdiff_t)le32_to_cpu(a->length)))
3661 * space, the attribute should be placed in an extent mft record.
4029 * @pos: position at which to make space
4032 * @pos points to the attribute in front of which we want to make space.
4036 * ENOSPC - There is not enough space available to complete operation. The
4037 * caller has to make space before calling this.
4066 /* Do we have enough space? */
4070 ntfs_log_trace("No enough space in the MFT record\n");
4501 * If inode haven't got enough space to add attribute, add attribute to one of
4502 * it extents, if no extents present or no one of them have enough space, than
4589 * If we have enough free space for the new attribute in the base MFT
4612 /* There is no extent that contain enough space for new attribute. */
4800 * ENOSPC - Not enough space in the mft record @m to perform the resize.
4826 /* Not enough space in this mft record. */
4829 ntfs_log_trace("Not enough space in the MFT record "
4853 /* Adjust @m to reflect the change in used space. */
4870 * If the value is made bigger, the newly "allocated" space is cleared.
4874 * ENOSPC - Not enough space in the mft record @m to perform the resize.
4971 /* Make space and move attribute. */
4975 ntfs_log_trace("Couldn't make space for attribute.\n");
5003 * @extra: minimum amount of free space in the new holder of record
5298 * ENOSPC - There is no enough space in base mft to resize $ATTRIBUTE_LIST.
5373 /* There is not enough space in the mft record to perform the resize. */
5472 ntfs_log_perror("Could not free space in MFT record");
5566 * as the non-resident variant requires more space in the MFT
5601 * ENOSPC - There is no enough space to perform conversion.
5660 ntfs_log_trace("Not enough space to make attribute resident\n");
5803 * free space in the current mft record.
5826 ntfs_log_perror("Mapping pairs space is 0");
6059 * if we shall *not* expand space for mapping pairs.
6065 * current mft record, if we shall expand space for mapping
6114 /* Change space for mapping pairs if we need it. */
6238 * If mapping size exceed available space, set them to
6304 * space for this field if required).
6319 * ENOSPC - There is no enough space in base mft to resize $ATTRIBUTE_LIST
6497 * ENOSPC - There is no enough space in base mft to resize $ATTRIBUTE_LIST.
6754 * "allocated" space is cleared and if the attribute is non-resident the
6755 * newly allocated space is marked as not initialised and no real allocation
7109 * The space remains allocated.