Lines Matching defs:bytes
1316 /* 'done' - How many bytes of primary MFT becomes free. */
1917 u64 lbo, bytes;
2025 bytes = (u64)clen << cluster_bits;
2030 if (vbo + bytes >= end)
2031 bytes = end - vbo;
2033 if (vbo + bytes <= valid) {
2038 /* vbo < valid && valid < vbo + bytes */
2054 bytes -= dlen;
2055 if (!bytes)
2062 if (vbo + bytes >= end)
2065 err = fiemap_fill_next_extent(fieinfo, vbo, lbo, bytes, flags);
2073 vbo += bytes;
2186 u32 i, frame_size, pages_per_frame, bytes;
2215 for (vbo = 0; vbo < i_size; vbo += bytes) {
2220 bytes = i_size - vbo;
2221 nr_pages = (bytes + PAGE_SIZE - 1) >> PAGE_SHIFT;
2224 bytes = frame_size;
2227 end = bytes_to_cluster(sbi, vbo + bytes);
2256 nr_pages, vbo, bytes,
2343 /* Sparsed attribute header is 8 bytes bigger than normal. */
2656 /* Read 'ondisk_size' bytes from disk. */