Lines Matching defs:terminator
73 /* ignore last entry as it is the terminator */
119 struct omfs_extent_entry *terminator;
137 /* should always have a terminator */
142 terminator = entry + extent_count - 1;
144 entry = terminator-1;
150 terminator->e_blocks = ~(cpu_to_be64(
151 be64_to_cpu(~terminator->e_blocks) + 1));
167 /* copy terminator down an entry */
168 entry = terminator;
169 terminator++;
170 memcpy(terminator, entry, sizeof(struct omfs_extent_entry));
175 terminator->e_blocks = ~(cpu_to_be64(
176 be64_to_cpu(~terminator->e_blocks) + (u64) new_count));
194 /* count > 1 because of terminator */