Home
last modified time | relevance | path

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

/openbmc/u-boot/post/drivers/
H A Dflash.c69 ulong s_start, s_len, s_off; in flash_post_test() local
71 s_start = info->start[n]; in flash_post_test()
73 s_off = s_start - info->start[0]; in flash_post_test()
81 printf("\tsector %i: %#lx +%#lx", n, s_start, s_len); in flash_post_test()
89 ret = write_buff(info, src, s_start, s_len); in flash_post_test()
95 ret = memcmp(src, (void *)s_start, s_len); in flash_post_test()
/openbmc/u-boot/fs/zfs/
H A Dzfs_lzjb.c45 lzjb_decompress(void *s_start, void *d_start, uint32_t s_len, in lzjb_decompress() argument
48 uint8_t *src = s_start; in lzjb_decompress()
51 uint8_t *s_end = (uint8_t *) s_start + s_len; in lzjb_decompress()
H A Dzfs.c132 typedef int zfs_decomp_func_t(void *s_start, void *d_start,
/openbmc/linux/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_… 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()
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch46 @@ -363,7 +363,7 @@ void implied_include_partial_string(const char *s_start, const char *s_end)
47 memcpy(partial_string_buf, s_start, partial_string_len);
/openbmc/u-boot/fs/ext4/
H A Dext4_journal.h69 __be32 s_start; /* blocknr of start of log */ member
H A Dext4_journal.c436 if (be32_to_cpu(jsb->s_start) == 0) in ext4fs_check_journal_state()
525 jsb->s_start = cpu_to_be32(1); in ext4fs_check_journal_state()
H A Dext4_write.c702 jsb->s_start = 0; in ext4fs_deinit()
/openbmc/linux/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()
/openbmc/linux/include/uapi/linux/
H A Dbfs_fs.h53 __le32 s_start; member
/openbmc/linux/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,
/openbmc/linux/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,
/openbmc/linux/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() argument
58 start = s_start & ring->buf_mask; in amdgpu_ring_mux_copy_pkt_from_sw_ring()
/openbmc/linux/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()
/openbmc/linux/fs/jbd2/
H A Drecovery.c303 if (!sb->s_start) { in jbd2_journal_recover()
518 next_log_block = be32_to_cpu(sb->s_start); in do_one_pass()
H A Djournal.c1527 journal->j_tail = be32_to_cpu(sb->s_start); in journal_load_superblock()
1794 if (sb->s_start == 0) { in journal_reset()
1909 sb->s_start = cpu_to_be32(tail_block); in jbd2_journal_update_sb_log_tail()
1940 if (sb->s_start == 0) { /* Is it already empty? */ in jbd2_mark_journal_empty()
1949 sb->s_start = cpu_to_be32(0); in jbd2_mark_journal_empty()
/openbmc/linux/arch/x86/kernel/cpu/
H A Damd.c56 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ argument
57 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/openbmc/linux/include/linux/
H A Djbd2.h240 __be32 s_start; /* blocknr of start of log */ member
/openbmc/linux/mm/
H A Dvmalloc.c4323 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
4445 .start = s_start,
/openbmc/linux/kernel/trace/
H A Dtrace_events.c1414 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
2212 .start = s_start,
H A Dtrace.c4059 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function
4683 .start = s_start,
/openbmc/linux/Documentation/filesystems/ext4/
H A Djournal.rst205 - s_start