Home
last modified time | relevance | path

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

/Linux-v5.4/fs/iomap/
Dfiemap.c22 case IOMAP_DELALLOC: in iomap_to_fiemap()
/Linux-v5.4/include/linux/
Diomap.h25 #define IOMAP_DELALLOC 0x02 /* delayed allocation blocks */ macro
/Linux-v5.4/fs/nfsd/
Dblocklayout.c93 case IOMAP_DELALLOC: in nfsd4_block_proc_layoutget()
/Linux-v5.4/fs/xfs/
Dxfs_iomap.c70 iomap->type = IOMAP_DELALLOC; in xfs_bmbt_to_iomap()
1131 if ((flags & IOMAP_WRITE) && iomap->type == IOMAP_DELALLOC) in xfs_file_iomap_end()
/Linux-v5.4/fs/
Dbuffer.c1902 case IOMAP_DELALLOC: in iomap_to_bh()
/Linux-v5.4/fs/ext4/
Dinode.c3535 iomap->type = delalloc ? IOMAP_DELALLOC : IOMAP_HOLE; in ext4_iomap_begin()