Home
last modified time | relevance | path

Searched refs:e_blocks (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/omfs/
H A Dfile.c28 oe->e_entry[0].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()
H A Domfs_fs.h73 __be64 e_blocks; /* number of blocks after e_cluster */ member
/openbmc/linux/Documentation/filesystems/
H A Domfs.rst95 __be64 e_blocks; /* number of blocks after e_cluster */
107 being ~0 and e_blocks being ones'-complement of the total number of blocks