Home | History | Annotate | Download | only in ext4_utils

Lines Matching full:indirect

18 #include "indirect.h"
32 critical_error("indirect backing larger than %d blocks", EXT4_NDIR_BLOCKS);
185 /* Given an allocation, attach as many blocks as possible to indirect blocks,
187 Assumes that the blocks necessary to hold the indirect blocks were included
217 /* Given an allocation, attach as many blocks as possible to doubly indirect
219 Assumes that the blocks necessary to hold the indirect and doubly indirect
249 /* Given an allocation, attach as many blocks as possible to triply indirect
251 Assumes that the blocks necessary to hold the indirect, doubly indirect and
252 triply indirect blocks were included as part of the allocation */
322 /* We will need an indirect block for the rest of the blocks */
358 error("failed to attach indirect blocks to inode");
378 error("blocks left after triply-indirect allocation");
419 error("failed to attach blocks to indirect inode");
509 error("failed to attach blocks to indirect inode");