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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dinode.c476 * @blocks_to_boundary: the offset in the indirect block
482 int blocks_to_boundary)
492 if (blks < blocks_to_boundary + 1)
495 count += blocks_to_boundary + 1;
500 while (count < blks && count <= blocks_to_boundary &&
799 int blocks_to_boundary = 0; local
807 depth = ext3_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
820 while (count < maxblocks && count <= blocks_to_boundary) {
897 maxblocks, blocks_to_boundary);
928 if (count > blocks_to_boundary)
481 ext3_blks_to_allocate(Indirect *branch, int k, unsigned long blks, int blocks_to_boundary) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dinode.c474 * @blocks_to_boundary: the offset in the indirect block
480 int blocks_to_boundary)
490 if (blks < blocks_to_boundary + 1)
493 count += blocks_to_boundary + 1;
498 while (count < blks && count <= blocks_to_boundary &&
797 int blocks_to_boundary = 0; local
806 depth = ext4_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
819 while (count < maxblocks && count <= blocks_to_boundary) {
896 maxblocks, blocks_to_boundary);
927 if (count > blocks_to_boundary)
479 ext4_blks_to_allocate(Indirect *branch, int k, unsigned long blks, int blocks_to_boundary) argument
[all...]

Completed in 98 milliseconds