Searched refs:blocks_to_boundary (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | indirect.c | 272 * @blocks_to_boundary: the offset in the indirect block 278 int blocks_to_boundary) in ext4_blks_to_allocate() 288 if (blks < blocks_to_boundary + 1) in ext4_blks_to_allocate() 291 count += blocks_to_boundary + 1; in ext4_blks_to_allocate() 296 while (count < blks && count <= blocks_to_boundary && in ext4_blks_to_allocate() 538 int blocks_to_boundary = 0; in ext4_ind_map_blocks() local 547 &blocks_to_boundary); in ext4_ind_map_blocks() 559 while (count < map->m_len && count <= blocks_to_boundary) { in ext4_ind_map_blocks() 628 map->m_len, blocks_to_boundary); in ext4_ind_map_blocks() 664 if (count > blocks_to_boundary) in ext4_ind_map_blocks() 277 ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks, int blocks_to_boundary) ext4_blks_to_allocate() argument [all...] |
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | inode.c | 356 * @blocks_to_boundary: the offset in the indirect block 362 int blocks_to_boundary) in ext2_blks_to_allocate() 372 if (blks < blocks_to_boundary + 1) in ext2_blks_to_allocate() 375 count += blocks_to_boundary + 1; in ext2_blks_to_allocate() 380 while (count < blks && count <= blocks_to_boundary in ext2_blks_to_allocate() 635 int blocks_to_boundary = 0; in ext2_get_blocks() local 643 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary); in ext2_get_blocks() 654 while (count < maxblocks && count <= blocks_to_boundary) { in ext2_get_blocks() 730 maxblocks, blocks_to_boundary); in ext2_get_blocks() 768 if (count > blocks_to_boundary) in ext2_get_blocks() 361 ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks, int blocks_to_boundary) ext2_blks_to_allocate() argument [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | indirect.c | 272 * @blocks_to_boundary: the offset in the indirect block 278 int blocks_to_boundary) in ext4_blks_to_allocate() 288 if (blks < blocks_to_boundary + 1) in ext4_blks_to_allocate() 291 count += blocks_to_boundary + 1; in ext4_blks_to_allocate() 296 while (count < blks && count <= blocks_to_boundary && in ext4_blks_to_allocate() 540 int blocks_to_boundary = 0; in ext4_ind_map_blocks() local 549 &blocks_to_boundary); in ext4_ind_map_blocks() 561 while (count < map->m_len && count <= blocks_to_boundary) { in ext4_ind_map_blocks() 630 map->m_len, blocks_to_boundary); in ext4_ind_map_blocks() 666 if (count > blocks_to_boundary) in ext4_ind_map_blocks() 277 ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks, int blocks_to_boundary) ext4_blks_to_allocate() argument [all...] |
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | inode.c | 356 * @blocks_to_boundary: the offset in the indirect block 362 int blocks_to_boundary) in ext2_blks_to_allocate() 372 if (blks < blocks_to_boundary + 1) in ext2_blks_to_allocate() 375 count += blocks_to_boundary + 1; in ext2_blks_to_allocate() 380 while (count < blks && count <= blocks_to_boundary in ext2_blks_to_allocate() 631 int blocks_to_boundary = 0; in ext2_get_blocks() local 639 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary); in ext2_get_blocks() 650 while (count < maxblocks && count <= blocks_to_boundary) { in ext2_get_blocks() 726 maxblocks, blocks_to_boundary); in ext2_get_blocks() 764 if (count > blocks_to_boundary) in ext2_get_blocks() 361 ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks, int blocks_to_boundary) ext2_blks_to_allocate() argument [all...] |
Completed in 7 milliseconds