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.c1764 map->m_flags |= F2FS_MAP_DELALLOC; in f2fs_map_blocks()
2078 if (compr_cluster && ((map.m_flags & F2FS_MAP_DELALLOC) || in f2fs_fiemap()
2124 } else if (map.m_flags & F2FS_MAP_DELALLOC) { in f2fs_fiemap()
H A Df2fs.h821 #define F2FS_MAP_DELALLOC (1U << 2) macro
823 F2FS_MAP_DELALLOC)