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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dinode.c352 * @blocks_to_boundary: the offset in the indirect block
359 int blocks_to_boundary)
369 if (blks < blocks_to_boundary + 1)
372 count += blocks_to_boundary + 1;
377 while (count < blks && count <= blocks_to_boundary
615 int blocks_to_boundary = 0; local
621 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
633 while (count < maxblocks && count <= blocks_to_boundary) {
706 maxblocks, blocks_to_boundary);
732 if (count > blocks_to_boundary)
358 ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks, int blocks_to_boundary) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dinode.c507 * @blocks_to_boundary: the offset in the indirect block
513 int blocks_to_boundary)
523 if (blks < blocks_to_boundary + 1)
526 count += blocks_to_boundary + 1;
531 while (count < blks && count <= blocks_to_boundary &&
833 int blocks_to_boundary = 0; local
841 depth = ext3_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
854 while (count < maxblocks && count <= blocks_to_boundary) {
931 maxblocks, blocks_to_boundary);
955 if (count > blocks_to_boundary)
512 ext3_blks_to_allocate(Indirect *branch, int k, unsigned long blks, int blocks_to_boundary) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dinode.c550 * @blocks_to_boundary: the offset in the indirect block
556 int blocks_to_boundary)
566 if (blks < blocks_to_boundary + 1)
569 count += blocks_to_boundary + 1;
574 while (count < blks && count <= blocks_to_boundary &&
937 int blocks_to_boundary = 0; local
945 &blocks_to_boundary);
957 while (count < map->m_len && count <= blocks_to_boundary) {
987 map->m_len, blocks_to_boundary);
1015 if (count > blocks_to_boundary)
555 ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks, int blocks_to_boundary) argument
[all...]

Completed in 89 milliseconds