Home
last modified time | relevance | path

Searched refs:F2FS_MAP_DELALLOC (Results 1 – 2 of 2) sorted by relevance

/linux/fs/f2fs/
H A Ddata.c1680 map->m_flags |= F2FS_MAP_DELALLOC; in f2fs_map_blocks()
1986 if (compr_cluster && ((map.m_flags & F2FS_MAP_DELALLOC) || in f2fs_fiemap()
2032 } else if (map.m_flags & F2FS_MAP_DELALLOC) { in f2fs_fiemap()
H A Df2fs.h788 #define F2FS_MAP_DELALLOC (1U << 2) macro
790 F2FS_MAP_DELALLOC)