Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Ddata.c1908 unsigned int count_in_cluster = 0; in f2fs_fiemap() local
1958 map.m_len = cluster_size - count_in_cluster; in f2fs_fiemap()
2003 count_in_cluster = 1; in f2fs_fiemap()
2006 count_in_cluster + 1; in f2fs_fiemap()
2019 count_in_cluster += map.m_len; in f2fs_fiemap()
2020 if (count_in_cluster == cluster_size) { in f2fs_fiemap()