Lines Matching defs:start
25 * The physical disk space used by a fragment is taken from the start of
31 * is given by fragment id / ids_per_zone - this allows objects to start
37 * of this fragment to the start of the next free fragment.
74 unsigned int start = dm->dm_startbit;
82 frag = GET_FRAG_ID(map, start, idmask);
84 fragend = find_next_bit_le(map, endbit, start + idlen);
88 if (start == freelink) {
91 unsigned int length = fragend + 1 - start;
94 return start + *offset;
98 start = fragend + 1;
99 } while (start < endbit);
104 frag, start, fragend);
122 unsigned int start = 8, fragend;
129 frag = GET_FRAG_ID(map, start, idmask);
139 start += frag;
141 frag = GET_FRAG_ID(map, start, idmask);
143 fragend = find_next_bit_le(map, endbit, start + idlen);
147 total += fragend + 1 - start;
225 * disk. The other fragments start at zone (frag / ids_per_zone)