Searched defs:indirect (Results 1 - 4 of 4) sorted by relevance

/fs/befs/
H A Ddatastream.c181 /* Size of indirect block */
183 metablocks += ds->indirect.len;
186 Double indir block, plus all the indirect blocks it mapps
187 In the double-indirect range, all block runs of data are
189 how many data block runs are in the double-indirect region,
190 and from that we know how many indirect blocks it takes to
191 map them. We assume that the indirect blocks are also
236 as in the indirect region code).
285 blockno is in the indirect region of the datastream.
296 For each block in the indirect ru
317 befs_block_run indirect = data->indirect; local
[all...]
H A Dbefs_fs_types.h33 /* The datastream blocks mapped by the double-indirect
36 * the potentially huge number of indirect blocks
143 * Note: the indirect and dbl_indir block_runs may
149 befs_disk_block_run indirect; member in struct:__anon36
159 befs_block_run indirect; member in struct:__anon37
/fs/ext3/
H A Dnamei.c332 unsigned count, indirect; local
372 if ((indirect = root->info.indirect_levels) > 1) {
438 if (!indirect--) return frame;
/fs/ext4/
H A Dnamei.c667 unsigned count, indirect; local
700 if ((indirect = root->info.indirect_levels) > 1) {
754 if (!indirect--)

Completed in 75 milliseconds