Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dfiemap.c16 case IOMAP_DELALLOC: in iomap_to_fiemap()
H A Ddirect-io.c653 case IOMAP_DELALLOC: in iomap_dio_iter()
/linux/include/linux/
H A Diomap.h32 #define IOMAP_DELALLOC 1 /* delayed allocation blocks */ macro
/linux/fs/ntfs3/
H A Dinode.c1034 iomap->type = IOMAP_DELALLOC; in ntfs_iomap_begin()
1065 (iomap->type == IOMAP_MAPPED || iomap->type == IOMAP_DELALLOC)) { in ntfs_iomap_begin()
1121 (iomap->type == IOMAP_MAPPED || iomap->type == IOMAP_DELALLOC)) { in ntfs_iomap_end()
/linux/fs/xfs/
H A Dxfs_iomap.c123 iomap->type = IOMAP_DELALLOC; in xfs_bmbt_to_iomap()
2145 if (iomap->type != IOMAP_DELALLOC || !(iomap->flags & IOMAP_F_NEW)) in xfs_buffered_write_iomap_end()
/linux/fs/
H A Dbuffer.c1955 case IOMAP_DELALLOC: in iomap_to_bh()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst346 Do not return ``IOMAP_DELALLOC`` mappings here; iomap currently
/linux/fs/ext4/
H A Dinode.c3516 iomap->type = IOMAP_DELALLOC; in ext4_set_iomap()