Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Diomap.h23 #define IOMAP_DELALLOC 0x02 /* delayed allocation blocks */ macro
/Linux-v4.19/fs/nfsd/
Dblocklayout.c92 case IOMAP_DELALLOC: in nfsd4_block_proc_layoutget()
/Linux-v4.19/fs/xfs/
Dxfs_iomap.c51 iomap->type = IOMAP_DELALLOC; in xfs_bmbt_to_iomap()
1203 if ((flags & IOMAP_WRITE) && iomap->type == IOMAP_DELALLOC) in xfs_file_iomap_end()
/Linux-v4.19/fs/
Diomap.c1114 case IOMAP_DELALLOC: in iomap_to_fiemap()
Dbuffer.c1900 case IOMAP_DELALLOC: in iomap_to_bh()
/Linux-v4.19/fs/ext4/
Dinode.c3536 iomap->type = delalloc ? IOMAP_DELALLOC : IOMAP_HOLE; in ext4_iomap_begin()