Home
last modified time | relevance | path

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

/fs/f2fs/
Ddata.c1680 map->m_flags |= F2FS_MAP_DELALLOC; in f2fs_map_blocks()
2002 if (compr_cluster && ((map.m_flags & F2FS_MAP_DELALLOC) || in f2fs_fiemap()
2048 } else if (map.m_flags & F2FS_MAP_DELALLOC) { in f2fs_fiemap()
Df2fs.h678 #define F2FS_MAP_DELALLOC (1U << 2) macro
680 F2FS_MAP_DELALLOC)