Searched refs:e_blocks (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/omfs/
H A Dfile.c28 oe->e_entry[0].e_blocks = ~cpu_to_be64(0ULL);
77 count = be64_to_cpu(entry->e_blocks);
146 be64_to_cpu(entry->e_blocks);
149 be64_add_cpu(&entry->e_blocks, 1);
150 terminator->e_blocks = ~(cpu_to_be64(
151 be64_to_cpu(~terminator->e_blocks) + 1));
173 entry->e_blocks = cpu_to_be64((u64) new_count);
175 terminator->e_blocks = ~(cpu_to_be64(
176 be64_to_cpu(~terminator->e_blocks) + (u64) new_count));
198 be64_to_cpu(ent->e_blocks));
[all...]
H A Domfs_fs.h73 __be64 e_blocks; /* number of blocks after e_cluster */ member in struct:omfs_extent_entry

Completed in 182 milliseconds