Home
last modified time | relevance | path

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

/Linux-v5.15/fs/bfs/
Dinode.c345 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()
/Linux-v5.15/include/uapi/linux/
Dbfs_fs.h54 __le32 s_end; member
/Linux-v5.15/arch/x86/kernel/cpu/
Damd.c1106 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ argument
1107 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/Linux-v5.15/mm/
Dhugetlb.c5891 unsigned long s_end = sbase + PUD_SIZE; in page_table_shareable() local
5903 !range_in_vma(svma, sbase, s_end)) in page_table_shareable()