Lines Matching refs:allocated

212 	 * allocated size which happens with Windows XP sometimes.
873 * -1 = LCN_HOLE Hole / not allocated on disk.
1316 * bitmap in a cluster being allocated.
1319 ntfs_log_error("Corrupt $BitMap not fully allocated\n");
1686 long long allocated;
1692 /* check whether the compression block is fully allocated */
1694 allocated = 0;
1697 while (zrl->length && (zrl->lcn >= 0) && (allocated < endblock)) {
1698 allocated += zrl->length;
1703 undecided = (allocated < endblock) && (zrl->lcn == LCN_RL_NOT_MAPPED);
1704 nothole = (allocated >= endblock) || (zrl->lcn != LCN_HOLE);
1758 allocated = 0;
1762 && (allocated < endblock)) {
1763 allocated += zrl->length;
1770 * compression block not fully allocated and followed
1773 if (rl && (allocated < endblock) && (zrl->lcn == LCN_HOLE)) {
1779 if ((allocated + zrl->length) > endblock) {
1793 zrl->length = endblock - allocated;
1949 * For compressed data, a single full block was allocated
2006 * starting at the last previously allocated run, so that
2122 * must be allocated to be identified as uncompressed.
2160 * allocated. Borrow from hole if needed
4737 * resident also free all clusters allocated by attribute.
4870 * If the value is made bigger, the newly "allocated" space is cleared.
5170 /* Now copy the attribute value to the allocated cluster(s). */
5268 ntfs_log_trace("Eeek! Failed to release allocated clusters in error "
5435 * non-resident, propagate its new allocated size
5747 ntfs_log_perror("Eeek! Failed to release allocated clusters");
5770 * update allocated and compressed size.
5880 * allocated size in the index.
6303 * function updates sparse bit, allocated and compressed size (allocates/frees
6375 * block to truncate the data, so we may leave more allocated
6543 * Update from the last previously allocated run,
6622 /* Failed, free just allocated clusters. */
6700 /* Free allocated clusters. */
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
6818 * allocated, and we do not know the size of compression
6967 * On success a buffer is allocated with the content of the attribute
7109 * The space remains allocated.