Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/fs/bfs/
H 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_INO - 1; 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()
/kernel/linux/linux-6.6/fs/bfs/
H A Dinode.c344 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end) || in bfs_fill_super()
345 le32_to_cpu(bfs_sb->s_start) < sizeof(struct bfs_super_block) + sizeof(struct bfs_dirent)) { in bfs_fill_super()
350 info->si_lasti = (le32_to_cpu(bfs_sb->s_start) - BFS_BSIZE) / sizeof(struct bfs_inode) + BFS_ROOT_INO - 1; in bfs_fill_super()
373 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()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbfs_fs.h53 __le32 s_start; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbfs_fs.h53 __le32 s_start; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbfs_fs.h54 __le32 s_start; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbfs_fs.h54 __le32 s_start; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbfs_fs.h41 __le32 s_start; member
/kernel/linux/linux-6.6/kernel/
H A Dkallsyms.c768 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
808 .start = s_start,
851 .start = s_start,
908 * s_start from where we left off, so we avoid doing in kallsyms_open()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dseverity.c426 static void *s_start(struct seq_file *f, loff_t *pos) in s_start() function
452 .start = s_start,
/kernel/linux/linux-5.10/kernel/
H A Dkallsyms.c682 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
722 .start = s_start,
767 * s_start from where we left off, so we avoid doing in kallsyms_open()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring_mux.c53 u64 s_start, u64 s_end) in amdgpu_ring_mux_copy_pkt_from_sw_ring()
58 start = s_start & ring->buf_mask; in amdgpu_ring_mux_copy_pkt_from_sw_ring()
51 amdgpu_ring_mux_copy_pkt_from_sw_ring(struct amdgpu_ring_mux *mux, struct amdgpu_ring *ring, u64 s_start, u64 s_end) amdgpu_ring_mux_copy_pkt_from_sw_ring() argument
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A Dseverity.c413 static void *s_start(struct seq_file *f, loff_t *pos) in s_start() function
439 .start = s_start,
/kernel/linux/linux-6.6/lib/
H A Dmemcpy_kunit.c485 int s_start = max(d_off - bytes, 0); in memmove_overlap_test() local
489 for (int s_off = s_start; s_off < s_end; in memmove_overlap_test()
490 s_off = next_step(s_off, s_start, s_end, window_step)) in memmove_overlap_test()
/kernel/linux/linux-5.10/block/partitions/
H A Dmsdos.c228 __le32 s_start; /* start sector no of partition */ member
293 le32_to_cpu(s->s_start)+offset, in parse_solaris_x86()
/kernel/linux/linux-5.10/fs/jbd2/
H A Drecovery.c297 * The journal superblock's s_start field (the current log head) in jbd2_journal_recover()
302 if (!sb->s_start) { in jbd2_journal_recover()
490 next_log_block = be32_to_cpu(sb->s_start); in do_one_pass()
H A Djournal.c1583 * no recovery (s_start == 0), then we can safely defer the superblock in journal_reset()
1587 if (sb->s_start == 0) { in journal_reset()
1698 sb->s_start = cpu_to_be32(tail_block); in jbd2_journal_update_sb_log_tail()
1729 if (sb->s_start == 0) { /* Is it already empty? */ in jbd2_mark_journal_empty()
1738 sb->s_start = cpu_to_be32(0); in jbd2_mark_journal_empty()
1935 journal->j_tail = be32_to_cpu(sb->s_start); in load_superblock()
2392 * This sets s_start==0 in the underlying superblock, which is in jbd2_journal_flush()
2395 * s_start value. */ in jbd2_journal_flush()
/kernel/linux/linux-6.6/fs/jbd2/
H A Drecovery.c299 * The journal superblock's s_start field (the current log head) in jbd2_journal_recover()
303 if (!sb->s_start) { in jbd2_journal_recover()
497 next_log_block = be32_to_cpu(sb->s_start); in do_one_pass()
H A Djournal.c1484 journal->j_tail = be32_to_cpu(sb->s_start); in journal_load_superblock()
1749 * no recovery (s_start == 0), then we can safely defer the superblock in journal_reset()
1753 if (sb->s_start == 0) { in journal_reset()
1868 sb->s_start = cpu_to_be32(tail_block); in jbd2_journal_update_sb_log_tail()
1899 if (sb->s_start == 0) { /* Is it already empty? */ in jbd2_mark_journal_empty()
1908 sb->s_start = cpu_to_be32(0); in jbd2_mark_journal_empty()
2469 * This sets s_start==0 in the underlying superblock, which is in jbd2_journal_flush()
2472 * s_start value. */ in jbd2_journal_flush()
/kernel/linux/linux-6.6/block/partitions/
H A Dmsdos.c229 __le32 s_start; /* start sector no of partition */ member
294 le32_to_cpu(s->s_start)+offset, in parse_solaris_x86()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Damd.c57 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \
58 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Damd.c56 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \
57 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/kernel/linux/linux-5.10/include/linux/
H A Djbd2.h241 __be32 s_start; /* blocknr of start of log */ member
/kernel/linux/linux-6.6/include/linux/
H A Djbd2.h240 __be32 s_start; /* blocknr of start of log */ member
/kernel/linux/linux-5.10/mm/
H A Dvmalloc.c3443 static void *s_start(struct seq_file *m, loff_t *pos)
3573 .start = s_start,
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events.c1034 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
1818 .start = s_start,

Completed in 36 milliseconds

12