Searched refs:e_blocks (Results 1 – 2 of 2) sorted by relevance
28 oe->e_entry.e_blocks = ~cpu_to_be64(0ULL); in omfs_make_empty_table()77 count = be64_to_cpu(entry->e_blocks); in omfs_shrink_inode()146 be64_to_cpu(entry->e_blocks); in omfs_grow_extent()149 be64_add_cpu(&entry->e_blocks, 1); in omfs_grow_extent()150 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent()151 be64_to_cpu(~terminator->e_blocks) + 1)); in omfs_grow_extent()173 entry->e_blocks = cpu_to_be64((u64) new_count); in omfs_grow_extent()175 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent()176 be64_to_cpu(~terminator->e_blocks) + (u64) new_count)); in omfs_grow_extent()198 be64_to_cpu(ent->e_blocks)); in find_block()
73 __be64 e_blocks; /* number of blocks after e_cluster */ member