Home
last modified time | relevance | path

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

/linux-2.6.39/fs/omfs/
Dfile.c29 oe->e_entry.e_blocks = ~cpu_to_be64(0ULL); in omfs_make_empty_table()
78 count = be64_to_cpu(entry->e_blocks); in omfs_shrink_inode()
147 be64_to_cpu(entry->e_blocks); in omfs_grow_extent()
150 entry->e_blocks = in omfs_grow_extent()
151 cpu_to_be64(be64_to_cpu(entry->e_blocks) + 1); in omfs_grow_extent()
152 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent()
153 be64_to_cpu(~terminator->e_blocks) + 1)); in omfs_grow_extent()
175 entry->e_blocks = cpu_to_be64((u64) new_count); in omfs_grow_extent()
177 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent()
178 be64_to_cpu(~terminator->e_blocks) + (u64) new_count)); in omfs_grow_extent()
[all …]
Domfs_fs.h71 __be64 e_blocks; /* number of blocks after e_cluster */ member
/linux-2.6.39/Documentation/filesystems/
Domfs.txt89 __be64 e_blocks; /* number of blocks after e_cluster */
101 being ~0 and e_blocks being ones'-complement of the total number of blocks