Searched refs:s_start (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/fs/bfs/ | 
| D | inode.c | 346 	if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end) ||  in bfs_fill_super() 347 	    le32_to_cpu(bfs_sb->s_start) < sizeof(struct bfs_super_block) + sizeof(struct bfs_dirent)) {  in bfs_fill_super() 352 …info->si_lasti = (le32_to_cpu(bfs_sb->s_start) - BFS_BSIZE) / sizeof(struct bfs_inode) + BFS_ROOT_…  in bfs_fill_super() 375 	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-v5.4/include/uapi/linux/ | 
| D | bfs_fs.h | 53 	__le32 s_start;  member
  | 
| /Linux-v5.4/arch/x86/kernel/cpu/mce/ | 
| D | severity.c | 346 static void *s_start(struct seq_file *f, loff_t *pos)  in s_start()  function 372 	.start	= s_start,
  | 
| /Linux-v5.4/kernel/ | 
| D | kallsyms.c | 584 static void *s_start(struct seq_file *m, loff_t *pos)  in s_start()  function 624 	.start = s_start,
  | 
| /Linux-v5.4/fs/jbd2/ | 
| D | recovery.c | 260 	if (!sb->s_start) {  in jbd2_journal_recover() 440 	next_log_block = be32_to_cpu(sb->s_start);  in do_one_pass()
  | 
| D | journal.c | 1316 	if (sb->s_start == 0) {  in journal_reset() 1418 	sb->s_start    = cpu_to_be32(tail_block);  in jbd2_journal_update_sb_log_tail() 1448 	if (sb->s_start == 0) {		/* Is it already empty? */  in jbd2_mark_journal_empty() 1457 	sb->s_start    = cpu_to_be32(0);  in jbd2_mark_journal_empty() 1625 	journal->j_tail = be32_to_cpu(sb->s_start);  in load_superblock()
  | 
| /Linux-v5.4/arch/x86/kernel/cpu/ | 
| D | amd.c | 1095 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \  argument 1096 	((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
  | 
| /Linux-v5.4/block/partitions/ | 
| D | msdos.c | 260 				 le32_to_cpu(s->s_start)+offset,  in parse_solaris_x86()
  | 
| /Linux-v5.4/include/linux/ | 
| D | genhd.h | 479 	__le32 s_start;		/* start sector no of partition */  member
  | 
| D | jbd2.h | 239 	__be32	s_start;		/* blocknr of start of log */  member
  | 
| /Linux-v5.4/kernel/trace/ | 
| D | trace_events.c | 952 static void *s_start(struct seq_file *m, loff_t *pos)  in s_start()  function 1667 	.start = s_start,
  | 
| D | trace.c | 3434 static void *s_start(struct seq_file *m, loff_t *pos)  in s_start()  function 4056 	.start		= s_start,
  | 
| /Linux-v5.4/mm/ | 
| D | vmalloc.c | 3419 static void *s_start(struct seq_file *m, loff_t *pos)  in s_start()  function 3544 	.start = s_start,
  |