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

/linux-4.1.27/include/uapi/linux/
H A Dbfs_fs.h52 __le32 s_start; member in struct:bfs_super_block
/linux-4.1.27/fs/bfs/
H A Dinode.c353 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end)) { bfs_fill_super()
358 info->si_lasti = (le32_to_cpu(bfs_sb->s_start) - BFS_BSIZE) / bfs_fill_super()
382 - le32_to_cpu(bfs_sb->s_start)) >> BFS_BSIZE_BITS; bfs_fill_super()
/linux-4.1.27/fs/jbd/
H A Drecovery.c235 * The journal superblock's s_start field (the current log head) journal_recover()
240 if (!sb->s_start) { journal_recover()
337 next_log_block = be32_to_cpu(sb->s_start); do_one_pass()
H A Djournal.c954 * no recovery (s_start == 0), then we can safely defer the superblock journal_reset()
958 if (sb->s_start == 0) { journal_reset()
1118 sb->s_start = cpu_to_be32(tail_block); journal_update_sb_log_tail()
1143 if (sb->s_start == 0) { mark_journal_empty()
1151 sb->s_start = cpu_to_be32(0); mark_journal_empty()
1267 journal->j_tail = be32_to_cpu(sb->s_start); load_superblock()
1591 * This sets s_start==0 in the underlying superblock, which is journal_flush()
1594 * s_start value. */ journal_flush()
/linux-4.1.27/kernel/
H A Dkallsyms.c517 static void *s_start(struct seq_file *m, loff_t *pos) s_start() function
554 .start = s_start,
564 * s_start from where we left off, so we avoid doing kallsyms_open()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dmce-severity.c284 static void *s_start(struct seq_file *f, loff_t *pos) s_start() function
310 .start = s_start,
/linux-4.1.27/fs/jbd2/
H A Drecovery.c259 * The journal superblock's s_start field (the current log head) jbd2_journal_recover()
264 if (!sb->s_start) { jbd2_journal_recover()
444 next_log_block = be32_to_cpu(sb->s_start); do_one_pass()
H A Djournal.c1313 * no recovery (s_start == 0), then we can safely defer the superblock journal_reset()
1317 if (sb->s_start == 0) { journal_reset()
1407 sb->s_start = cpu_to_be32(tail_block); jbd2_journal_update_sb_log_tail()
1438 if (sb->s_start == 0) { jbd2_mark_journal_empty()
1446 sb->s_start = cpu_to_be32(0); jbd2_mark_journal_empty()
1611 journal->j_tail = be32_to_cpu(sb->s_start); load_superblock()
1995 * This sets s_start==0 in the underlying superblock, which is jbd2_journal_flush()
1998 * s_start value. */ jbd2_journal_flush()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Damd.c840 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \
841 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/linux-4.1.27/block/partitions/
H A Dmsdos.c259 le32_to_cpu(s->s_start)+offset, parse_solaris_x86()
/linux-4.1.27/include/linux/
H A Dgenhd.h462 __le32 s_start; /* start sector no of partition */ member in struct:solaris_x86_slice
H A Djbd.h191 __be32 s_start; /* blocknr of start of log */ member in struct:journal_superblock_s
H A Djbd2.h246 __be32 s_start; /* blocknr of start of log */ member in struct:journal_superblock_s
/linux-4.1.27/kernel/trace/
H A Dtrace_events.c727 static void *s_start(struct seq_file *m, loff_t *pos) s_start() function
1330 .start = s_start,
H A Dtrace.c2454 static void *s_start(struct seq_file *m, loff_t *pos) s_start() function
3017 .start = s_start,
/linux-4.1.27/mm/
H A Dvmalloc.c2554 static void *s_start(struct seq_file *m, loff_t *pos)
2662 .start = s_start,

Completed in 442 milliseconds