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

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Djfs_dat.h62 __u32 s_start; /* blocknr of start of log */ member in struct:journal_superblock_s
H A Dkernel-jbd.h65 __u32 s_start; /* blocknr of start of log */ member in struct:journal_superblock_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dass.c99 char s_start[16], s_end[16], header[48] = {0}; local
103 ts_to_string(s_start, sizeof(s_start), ts_start);
106 s_start, s_end);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpnggccrd.c441 int s_inc, s_start, s_end; local
452 s_start = 0;
459 s_start = 7;
464 shift = s_start;
479 shift = s_start;
498 int s_start, s_end, s_inc; local
510 s_start = 0;
517 s_start = 6;
522 shift = s_start;
535 shift = s_start;
553 int s_start, s_end, s_inc; local
1533 int s_start, s_end, s_inc; local
1589 int s_start, s_end, s_inc; local
1646 int s_start, s_end, s_inc; local
[all...]
H A Dpngrutil.c2269 int s_inc, s_start, s_end; local
2278 s_start = 0;
2285 s_start = 7;
2290 shift = s_start;
2305 shift = s_start;
2323 int s_start, s_end, s_inc; local
2333 s_start = 0;
2340 s_start = 6;
2345 shift = s_start;
2358 shift = s_start;
2375 int s_start, s_end, s_inc; local
2487 int s_start, s_end, s_inc; local
2542 int s_start, s_end, s_inc; local
2598 int s_start, s_end, s_inc; local
[all...]
H A Dpngvcrd.c141 int s_inc, s_start, s_end; local
152 s_start = 0;
159 s_start = 7;
164 shift = s_start;
179 shift = s_start;
198 int s_start, s_end, s_inc; local
210 s_start = 0;
217 s_start = 6;
222 shift = s_start;
235 shift = s_start;
253 int s_start, s_end, s_inc; local
1032 int s_start, s_end, s_inc; local
1088 int s_start, s_end, s_inc; local
1145 int s_start, s_end, s_inc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbfs_fs.h52 __le32 s_start; member in struct:bfs_super_block
H A Dgenhd.h388 __le32 s_start; /* start sector no of partition */ member in struct:solaris_x86_slice
H A Djbd.h195 __be32 s_start; /* blocknr of start of log */ member in struct:journal_superblock_s
H A Djbd2.h220 __be32 s_start; /* blocknr of start of log */ member in struct:journal_superblock_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrutil.c2519 int s_inc, s_start, s_end; local
2528 s_start = 0;
2535 s_start = 7;
2540 shift = s_start;
2555 shift = s_start;
2573 int s_start, s_end, s_inc; local
2583 s_start = 0;
2590 s_start = 6;
2595 shift = s_start;
2608 shift = s_start;
2625 int s_start, s_end, s_inc; local
2733 int s_start, s_end, s_inc; local
2788 int s_start, s_end, s_inc; local
2844 int s_start, s_end, s_inc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce-severity.c143 static void *s_start(struct seq_file *f, loff_t *pos) function
169 .start = s_start,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Drecovery.c231 * The journal superblock's s_start field (the current log head)
236 if (!sb->s_start) {
329 next_log_block = be32_to_cpu(sb->s_start);
H A Djbd_journal.c935 * no recovery (s_start == 0) and there are no outstanding transactions
940 if (sb->s_start == 0 && journal->j_tail_sequence ==
954 sb->s_start = cpu_to_be32(journal->j_tail);
967 /* If we have just flushed the log (by marking s_start==0), then
972 if (sb->s_start)
1056 journal->j_tail = be32_to_cpu(sb->s_start);
1371 * This sets s_start==0 in the underlying superblock, which is
1374 * s_start value. */
H A Dhfsplus_jbd.h183 __be32 s_start; /* blocknr of start of log */ member in struct:hfsplus_jbd_superblock_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Drecovery.c234 * The journal superblock's s_start field (the current log head)
239 if (!sb->s_start) {
330 next_log_block = be32_to_cpu(sb->s_start);
H A Djournal.c996 * no recovery (s_start == 0) and there are no outstanding transactions
1001 if (sb->s_start == 0 && journal->j_tail_sequence ==
1015 sb->s_start = cpu_to_be32(journal->j_tail);
1027 /* If we have just flushed the log (by marking s_start==0), then
1032 if (sb->s_start)
1116 journal->j_tail = be32_to_cpu(sb->s_start);
1441 * This sets s_start==0 in the underlying superblock, which is
1444 * s_start value. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkallsyms.c452 static void *s_start(struct seq_file *m, loff_t *pos) function
491 .start = s_start,
501 * s_start from where we left off, so we avoid doing
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/bfs/
H A Dinode.c348 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end)) {
353 info->si_lasti = (le32_to_cpu(bfs_sb->s_start) - BFS_BSIZE) /
378 - le32_to_cpu(bfs_sb->s_start)) >> BFS_BSIZE_BITS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Drecovery.c236 * The journal superblock's s_start field (the current log head)
241 if (!sb->s_start) {
375 next_log_block = be32_to_cpu(sb->s_start);
H A Djournal.c1073 * no recovery (s_start == 0) and there are no outstanding transactions
1078 if (sb->s_start == 0 && journal->j_tail_sequence ==
1108 sb->s_start = cpu_to_be32(journal->j_tail);
1127 /* If we have just flushed the log (by marking s_start==0), then
1132 if (sb->s_start)
1216 journal->j_tail = be32_to_cpu(sb->s_start);
1584 * This sets s_start==0 in the underlying superblock, which is
1587 * s_start value. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dprocessor.h1016 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \
1017 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dmsdos.c256 le32_to_cpu(s->s_start)+offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_events.c417 static void *s_start(struct seq_file *m, loff_t *pos) function
929 .start = s_start,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dvmalloc.c2345 static void *s_start(struct seq_file *m, loff_t *pos) function
2437 .start = s_start,

Completed in 294 milliseconds

12