Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Ddata.c1656 map->m_flags |= F2FS_MAP_DELALLOC; in f2fs_map_blocks()
1958 if (compr_cluster && ((map.m_flags & F2FS_MAP_DELALLOC) || in f2fs_fiemap()
2004 } else if (map.m_flags & F2FS_MAP_DELALLOC) { in f2fs_fiemap()
H A Df2fs.h687 #define F2FS_MAP_DELALLOC (1U << 2) macro
689 F2FS_MAP_DELALLOC)