Home
last modified time | relevance | path

Searched refs:IOMAP_DELALLOC (Results 1 – 10 of 10) sorted by relevance

/linux/fs/iomap/
H A Dfiemap.c16 case IOMAP_DELALLOC: in iomap_to_fiemap()
H A Dtrace.h91 { IOMAP_DELALLOC, "DELALLOC" }, \
H A Ddirect-io.c587 case IOMAP_DELALLOC: in iomap_dio_iter()
/linux/fs/nfsd/
H A Dblocklayout.c72 case IOMAP_DELALLOC: in nfsd4_block_map_extent()
/linux/include/linux/
H A Diomap.h31 #define IOMAP_DELALLOC 1 /* delayed allocation blocks */ macro
/linux/fs/xfs/
H A Dxfs_iomap.c122 iomap->type = IOMAP_DELALLOC; in xfs_bmbt_to_iomap()
2058 if (iomap->type != IOMAP_DELALLOC || !(iomap->flags & IOMAP_F_NEW)) in xfs_buffered_write_iomap_end()
/linux/Documentation/filesystems/iomap/
H A Ddesign.rst189 * **IOMAP_DELALLOC**: A promise to allocate space at a later time
H A Doperations.rst346 Do not return ``IOMAP_DELALLOC`` mappings here; iomap currently
/linux/fs/
H A Dbuffer.c2070 case IOMAP_DELALLOC: in iomap_to_bh()
/linux/fs/ext4/
H A Dinode.c3534 iomap->type = IOMAP_DELALLOC; in ext4_set_iomap()