Searched refs:s_end (Results 1 – 4 of 4) sorted by relevance
345 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end) || in bfs_fill_super()373 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super()374 info->si_freeb = (le32_to_cpu(bfs_sb->s_end) + 1 - le32_to_cpu(bfs_sb->s_start)) >> BFS_BSIZE_BITS; in bfs_fill_super()409 s_size = le32_to_cpu(bfs_sb->s_end); in bfs_fill_super()
54 __le32 s_end; member
1106 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ argument1107 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
5891 unsigned long s_end = sbase + PUD_SIZE; in page_table_shareable() local5903 !range_in_vma(svma, sbase, s_end)) in page_table_shareable()