Lines Matching refs:e_blocks
44 oe->e_entry.e_blocks = ~cpu_to_be64(0ULL); in omfs_make_empty_table()
93 count = be64_to_cpu(entry->e_blocks); in omfs_shrink_inode()
162 be64_to_cpu(entry->e_blocks); in omfs_grow_extent()
165 entry->e_blocks = in omfs_grow_extent()
166 cpu_to_be64(be64_to_cpu(entry->e_blocks) + 1); in omfs_grow_extent()
167 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent()
168 be64_to_cpu(~terminator->e_blocks) + 1)); in omfs_grow_extent()
190 entry->e_blocks = cpu_to_be64((u64) new_count); in omfs_grow_extent()
192 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent()
193 be64_to_cpu(~terminator->e_blocks) + (u64) new_count)); in omfs_grow_extent()
215 be64_to_cpu(ent->e_blocks)); in find_block()