Searched refs:e_blocks (Results 1 – 2 of 2) sorted by relevance
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()[all …]
70 __be64 e_blocks; /* number of blocks after e_cluster */ member