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

/linux-master/fs/ext4/
H A Dindirect.c272 * @blocks_to_boundary: the offset in the indirect block
278 int blocks_to_boundary)
288 if (blks < blocks_to_boundary + 1)
291 count += blocks_to_boundary + 1;
296 while (count < blks && count <= blocks_to_boundary &&
540 int blocks_to_boundary = 0; local
549 &blocks_to_boundary);
561 while (count < map->m_len && count <= blocks_to_boundary) {
630 map->m_len, blocks_to_boundary);
666 if (count > blocks_to_boundary)
277 ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks, int blocks_to_boundary) argument
[all...]
/linux-master/fs/ext2/
H A Dinode.c356 * @blocks_to_boundary: the offset in the indirect block
362 int blocks_to_boundary)
372 if (blks < blocks_to_boundary + 1)
375 count += blocks_to_boundary + 1;
380 while (count < blks && count <= blocks_to_boundary
635 int blocks_to_boundary = 0; local
643 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
654 while (count < maxblocks && count <= blocks_to_boundary) {
730 maxblocks, blocks_to_boundary);
768 if (count > blocks_to_boundary)
361 ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks, int blocks_to_boundary) argument
[all...]

Completed in 117 milliseconds