Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dlocalalloc.c193 ocfs2_megabytes_to_clusters(sb, la_default_mb); in ocfs2_la_set_sizes()
197 ocfs2_megabytes_to_clusters(sb, la_max_mb); in ocfs2_la_set_sizes()
200 ocfs2_megabytes_to_clusters(sb, requested_mb); in ocfs2_la_set_sizes()
285 ocfs2_megabytes_to_clusters(osb->sb, in ocfs2_load_local_alloc()
1062 if (bits > ocfs2_megabytes_to_clusters(osb->sb, 1)) { in ocfs2_recalc_la_window()
Docfs2.h857 static inline unsigned int ocfs2_megabytes_to_clusters(struct super_block *sb, in ocfs2_megabytes_to_clusters() function