Home
last modified time | relevance | path

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

/linux/fs/bfs/
A Dinode.c345 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end) || in bfs_fill_super()
346 le32_to_cpu(bfs_sb->s_start) < sizeof(struct bfs_super_block) + sizeof(struct bfs_dirent)) { in bfs_fill_super()
351 …info->si_lasti = (le32_to_cpu(bfs_sb->s_start) - BFS_BSIZE) / sizeof(struct bfs_inode) + BFS_ROOT_… 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()
/linux/include/uapi/linux/
A Dbfs_fs.h53 __le32 s_start; member
/linux/arch/x86/kernel/cpu/mce/
A Dseverity.c421 static void *s_start(struct seq_file *f, loff_t *pos) in s_start() function
447 .start = s_start,
/linux/kernel/
A Dkallsyms.c752 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
792 .start = s_start,
/linux/block/partitions/
A Dmsdos.c229 __le32 s_start; /* start sector no of partition */ member
294 le32_to_cpu(s->s_start)+offset, in parse_solaris_x86()
/linux/fs/jbd2/
A Drecovery.c299 if (!sb->s_start) { in jbd2_journal_recover()
481 next_log_block = be32_to_cpu(sb->s_start); in do_one_pass()
A Djournal.c1571 if (sb->s_start == 0) { in journal_reset()
1680 sb->s_start = cpu_to_be32(tail_block); in jbd2_journal_update_sb_log_tail()
1711 if (sb->s_start == 0) { /* Is it already empty? */ in jbd2_mark_journal_empty()
1720 sb->s_start = cpu_to_be32(0); in jbd2_mark_journal_empty()
2021 journal->j_tail = be32_to_cpu(sb->s_start); in load_superblock()
/linux/arch/x86/kernel/cpu/
A Damd.c1108 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ argument
1109 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/linux/include/linux/
A Djbd2.h241 __be32 s_start; /* blocknr of start of log */ member
/linux/mm/
A Dvmalloc.c3874 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
3999 .start = s_start,
/linux/kernel/trace/
A Dtrace_events.c1235 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
2019 .start = s_start,
A Dtrace.c4049 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
4673 .start = s_start,
/linux/
A DSystem.map5182 ffff80001013b070 t s_start
7273 ffff8000101e0b84 t s_start
A D.tmp_System.map5182 ffff80001013b070 t s_start
7273 ffff8000101e0b84 t s_start

Completed in 992 milliseconds