Home
last modified time | relevance | path

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

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