Lines Matching defs:ext4_map_blocks

379 				struct ext4_map_blocks *map)
416 struct ext4_map_blocks *es_map,
417 struct ext4_map_blocks *map,
457 * The ext4_map_blocks() function tries to look up the requested blocks,
478 int ext4_map_blocks(handle_t *handle, struct inode *inode,
479 struct ext4_map_blocks *map, int flags)
485 struct ext4_map_blocks orig_map;
495 * ext4_map_blocks returns an int, and m_len is an unsigned int
754 struct ext4_map_blocks map;
763 ret = ext4_map_blocks(ext4_journal_current_handle(), inode, &map,
819 struct ext4_map_blocks map;
831 err = ext4_map_blocks(handle, inode, &map, map_flags);
1537 struct ext4_map_blocks map;
1682 * ext4_map_blocks, but assumes that the caller is from delayed write
1687 struct ext4_map_blocks *map,
1694 struct ext4_map_blocks orig_map;
1811 struct ext4_map_blocks map;
1910 struct ext4_map_blocks *map = &mpd->map;
2142 struct ext4_map_blocks *map = &mpd->map;
2148 * Call ext4_map_blocks() to allocate any delayed allocation blocks, or
2171 err = ext4_map_blocks(handle, inode, map, get_blocks_flags);
2212 struct ext4_map_blocks *map = &mpd->map;
3224 struct ext4_map_blocks *map, loff_t offset,
3254 * Flags passed to ext4_map_blocks() for direct I/O writes can result
3278 static int ext4_iomap_alloc(struct inode *inode, struct ext4_map_blocks *map,
3322 ret = ext4_map_blocks(handle, inode, map, m_flags);
3344 struct ext4_map_blocks map;
3368 ret = ext4_map_blocks(NULL, inode, &map, 0);
3374 ret = ext4_map_blocks(NULL, inode, &map, 0);
3435 struct ext4_map_blocks *map)
3463 struct ext4_map_blocks map;
3487 * So handle it here itself instead of querying ext4_map_blocks().
3488 * Since ext4_map_blocks() will warn about it and will return
3500 ret = ext4_map_blocks(NULL, inode, &map, 0);
5706 * ext4_map_blocks() to map/allocate a chunk of contiguous disk blocks.