Home
last modified time | relevance | path

Searched refs:ext4_iomap_alloc (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/filesystems/ext4/
H A Datomic_writes.rst98 extent for the entire requested region in ``ext4_iomap_alloc`` via
141 1. Block allocation time in ``ext4_iomap_alloc()``. We first query if there
/linux/fs/ext4/
H A Dinode.c3653 static int ext4_iomap_alloc(struct inode *inode, struct ext4_map_blocks *map, in ext4_iomap_alloc() function
3807 ret = ext4_iomap_alloc(inode, &map, flags); in ext4_iomap_begin()