/linux/drivers/crypto/intel/qat/qat_common/ ! |
H A D | adf_mstate_mgr.c | 234 uintptr_t s_start = (uintptr_t)sect->state; in adf_mstate_sect_validate() local 235 uintptr_t s_end = s_start + sect->size; in adf_mstate_sect_validate() 237 if (s_end < s_start || s_end > end) { in adf_mstate_sect_validate()
|
/linux/fs/bfs/ ! |
H A D | inode.c | 344 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()
|
/linux/lib/tests/ ! |
H A D | memcpy_kunit.c | 482 int s_start = max(d_off - bytes, 0); in memmove_overlap_test() local 486 for (int s_off = s_start; s_off < s_end; in memmove_overlap_test() 487 s_off = next_step(s_off, s_start, s_end, window_step)) in memmove_overlap_test()
|
/linux/include/uapi/linux/ ! |
H A D | bfs_fs.h | 53 __le32 s_start; member
|
/linux/kernel/ ! |
H A D | kallsyms.c | 709 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function 749 .start = s_start, 792 .start = s_start, 848 * s_start from where we left off, so we avoid doing in kallsyms_open()
|
/linux/arch/x86/kernel/cpu/mce/ ! |
H A D | severity.c | 423 static void *s_start(struct seq_file *f, loff_t *pos) in s_start() function 449 .start = s_start,
|
/linux/drivers/gpu/drm/amd/amdgpu/ ! |
H A D | amdgpu_ring_mux.c | 53 u64 s_start, u64 s_end) in amdgpu_ring_mux_copy_pkt_from_sw_ring() argument 58 start = s_start & ring->buf_mask; in amdgpu_ring_mux_copy_pkt_from_sw_ring()
|
/linux/block/partitions/ ! |
H A D | msdos.c | 229 __le32 s_start; /* start sector no of partition */ member 294 le32_to_cpu(s->s_start)+offset, in parse_solaris_x86()
|
/linux/fs/jbd2/ ! |
H A D | journal.c | 1484 journal->j_tail = be32_to_cpu(sb->s_start); in journal_load_superblock() 1753 * no recovery (s_start == 0), then we can safely defer the superblock in journal_reset() 1757 if (sb->s_start == 0) { in journal_reset() 1872 sb->s_start = cpu_to_be32(tail_block); in jbd2_journal_update_sb_log_tail() 1902 if (sb->s_start == 0) { /* Is it already empty? */ in jbd2_mark_journal_empty() 1911 sb->s_start = cpu_to_be32(0); in jbd2_mark_journal_empty() 2451 * This sets s_start==0 in the underlying superblock, which is in jbd2_journal_flush() 2454 * s_start value. */ in jbd2_journal_flush()
|
H A D | recovery.c | 290 * The journal superblock's s_start field (the current log head) in jbd2_journal_recover() 611 next_log_block = be32_to_cpu(sb->s_start); in do_one_pass()
|
/linux/include/linux/ ! |
H A D | jbd2.h | 240 __be32 s_start; /* blocknr of start of log */ member
|
/linux/tools/perf/util/ ! |
H A D | demangle-rust-v0.c | 835 size_t s_start = start - 1; in parser_backref() local 841 if (i >= s_start) { in parser_backref()
|
/linux/kernel/trace/ ! |
H A D | trace_events.c | 1616 * The iter is allocated in s_start() and passed via the 'v' in s_next() 1625 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function 2504 .start = s_start,
|
H A D | trace.c | 3944 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function 4573 .start = s_start,
|
/linux/Documentation/filesystems/ext4/ ! |
H A D | journal.rst | 205 - s_start
|