Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Ddata.c1883 unsigned int count_in_cluster = 0; in f2fs_fiemap() local
1933 map.m_len = cluster_size - count_in_cluster; in f2fs_fiemap()
1978 count_in_cluster = 1; in f2fs_fiemap()
1981 count_in_cluster + 1; in f2fs_fiemap()
1994 count_in_cluster += map.m_len; in f2fs_fiemap()
1995 if (count_in_cluster == cluster_size) { in f2fs_fiemap()