Home
last modified time | relevance | path

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

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