Home
last modified time | relevance | path

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

/linux-6.15/fs/iomap/
H A Dfiemap.c19 case IOMAP_DELALLOC: in iomap_to_fiemap()
H A Dtrace.h90 { IOMAP_DELALLOC, "DELALLOC" }, \
H A Ddirect-io.c565 case IOMAP_DELALLOC: in iomap_dio_iter()
/linux-6.15/include/linux/
H A Diomap.h29 #define IOMAP_DELALLOC 1 /* delayed allocation blocks */ macro
/linux-6.15/fs/nfsd/
H A Dblocklayout.c90 case IOMAP_DELALLOC: in nfsd4_block_proc_layoutget()
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c119 iomap->type = IOMAP_DELALLOC; in xfs_bmbt_to_iomap()
1782 if (iomap->type != IOMAP_DELALLOC || !(iomap->flags & IOMAP_F_NEW)) in xfs_buffered_write_iomap_end()
/linux-6.15/Documentation/filesystems/iomap/
H A Ddesign.rst190 * **IOMAP_DELALLOC**: A promise to allocate space at a later time
H A Doperations.rst302 Do not return ``IOMAP_DELALLOC`` mappings here; iomap currently
/linux-6.15/fs/
H A Dbuffer.c2076 case IOMAP_DELALLOC: in iomap_to_bh()
/linux-6.15/fs/ext4/
H A Dinode.c3335 iomap->type = IOMAP_DELALLOC; in ext4_set_iomap()