| /OK3568_Linux_fs/u-boot/post/drivers/ |
| H A D | flash.c | 69 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()
|
| /OK3568_Linux_fs/u-boot/fs/zfs/ |
| H A D | zfs_lzjb.c | 46 lzjb_decompress(void *s_start, void *d_start, uint32_t s_len, in lzjb_decompress() argument 49 uint8_t *src = s_start; in lzjb_decompress() 52 uint8_t *s_end = (uint8_t *) s_start + s_len; in lzjb_decompress()
|
| H A D | zfs.c | 133 typedef int zfs_decomp_func_t(void *s_start, void *d_start,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | ddc.c | 144 int s_start; in GetEDID_DDC1() local 147 s_start = find_start(s_ptr); in GetEDID_DDC1() 148 if (s_start == -1) in GetEDID_DDC1() 151 s_pos = s_ptr + s_start; in GetEDID_DDC1()
|
| /OK3568_Linux_fs/kernel/fs/bfs/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_journal.h | 69 __be32 s_start; /* blocknr of start of log */ member
|
| H A D | ext4_journal.c | 436 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 D | ext4_write.c | 703 jsb->s_start = 0; in ext4fs_deinit()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bfs_fs.h | 53 __le32 s_start; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bfs_fs.h | 53 __le32 s_start; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bfs_fs.h | 53 __le32 s_start; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/ |
| H A D | 0001-Add-missing-prototypes-to-function-declarations.patch | 48 @@ -358,7 +358,7 @@ void implied_include_partial_string(const char *s_start, const char *s_end) 49 memcpy(partial_string_buf, s_start, partial_string_len);
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | severity.c | 426 static void *s_start(struct seq_file *f, loff_t *pos) in s_start() function 452 .start = s_start,
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kallsyms.c | 661 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function 701 .start = s_start,
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | msdos.c | 228 __le32 s_start; /* start sector no of partition */ member 293 le32_to_cpu(s->s_start)+offset, in parse_solaris_x86()
|
| /OK3568_Linux_fs/kernel/fs/jbd2/ |
| H A D | recovery.c | 300 if (!sb->s_start) { in jbd2_journal_recover() 482 next_log_block = be32_to_cpu(sb->s_start); in do_one_pass()
|
| H A D | journal.c | 1529 if (sb->s_start == 0) { in journal_reset() 1634 sb->s_start = cpu_to_be32(tail_block); in jbd2_journal_update_sb_log_tail() 1665 if (sb->s_start == 0) { /* Is it already empty? */ in jbd2_mark_journal_empty() 1674 sb->s_start = cpu_to_be32(0); in jbd2_mark_journal_empty() 1871 journal->j_tail = be32_to_cpu(sb->s_start); in load_superblock()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | amd.c | 1166 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ argument 1167 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | vmlinux.lds.h | 967 __initcall##level##s_start = .; \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jbd2.h | 241 __be32 s_start; /* blocknr of start of log */ member
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | vmalloc.c | 3447 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function 3578 .start = s_start,
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events.c | 1028 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function 1812 .start = s_start,
|
| H A D | trace.c | 3704 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() function 4326 .start = s_start,
|