Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dbfs_fs.h52 __le32 s_start; member
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce-severity.c284 static void *s_start(struct seq_file *f, loff_t *pos) in s_start() function
310 .start = s_start,
/linux-4.1.27/fs/bfs/
Dinode.c353 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end)) { in bfs_fill_super()
358 info->si_lasti = (le32_to_cpu(bfs_sb->s_start) - BFS_BSIZE) / in bfs_fill_super()
382 - le32_to_cpu(bfs_sb->s_start)) >> BFS_BSIZE_BITS; in bfs_fill_super()
/linux-4.1.27/kernel/
Dkallsyms.c517 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
554 .start = s_start,
/linux-4.1.27/fs/jbd/
Drecovery.c240 if (!sb->s_start) { in journal_recover()
337 next_log_block = be32_to_cpu(sb->s_start); in do_one_pass()
Djournal.c958 if (sb->s_start == 0) { in journal_reset()
1118 sb->s_start = cpu_to_be32(tail_block); in journal_update_sb_log_tail()
1143 if (sb->s_start == 0) { in mark_journal_empty()
1151 sb->s_start = cpu_to_be32(0); in mark_journal_empty()
1267 journal->j_tail = be32_to_cpu(sb->s_start); in load_superblock()
/linux-4.1.27/arch/x86/kernel/cpu/
Damd.c840 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ argument
841 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/linux-4.1.27/fs/jbd2/
Drecovery.c264 if (!sb->s_start) { in jbd2_journal_recover()
444 next_log_block = be32_to_cpu(sb->s_start); in do_one_pass()
Djournal.c1317 if (sb->s_start == 0) { in journal_reset()
1407 sb->s_start = cpu_to_be32(tail_block); in jbd2_journal_update_sb_log_tail()
1438 if (sb->s_start == 0) { in jbd2_mark_journal_empty()
1446 sb->s_start = cpu_to_be32(0); in jbd2_mark_journal_empty()
1611 journal->j_tail = be32_to_cpu(sb->s_start); in load_superblock()
/linux-4.1.27/include/linux/
Djbd.h191 __be32 s_start; /* blocknr of start of log */ member
Dgenhd.h462 __le32 s_start; /* start sector no of partition */ member
Djbd2.h246 __be32 s_start; /* blocknr of start of log */ member
/linux-4.1.27/block/partitions/
Dmsdos.c259 le32_to_cpu(s->s_start)+offset, in parse_solaris_x86()
/linux-4.1.27/mm/
Dvmalloc.c2554 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
2662 .start = s_start,
/linux-4.1.27/kernel/trace/
Dtrace_events.c727 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
1330 .start = s_start,
Dtrace.c2454 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
3017 .start = s_start,