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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbfs_fs.h51 __le32 s_start; member in struct:bfs_super_block
H A Dgenhd.h273 __le32 s_start; /* start sector no of partition */ member in struct:solaris_x86_slice
H A Djbd.h196 __be32 s_start; /* blocknr of start of log */ member in struct:journal_superblock_s
H A Djbd2.h203 __be32 s_start; /* blocknr of start of log */ member in struct:journal_superblock_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.h180 __be32 s_start; /* blocknr of start of log */ member in struct:hfsplus_jbd_superblock_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Drecovery.c235 * The journal superblock's s_start field (the current log head)
240 if (!sb->s_start) {
335 next_log_block = be32_to_cpu(sb->s_start);
H A Djournal.c934 * no recovery (s_start == 0) and there are no outstanding transactions
939 if (sb->s_start == 0 && journal->j_tail_sequence ==
953 sb->s_start = cpu_to_be32(journal->j_tail);
965 /* If we have just flushed the log (by marking s_start==0), then
970 if (sb->s_start)
1054 journal->j_tail = be32_to_cpu(sb->s_start);
1373 * This sets s_start==0 in the underlying superblock, which is
1376 * s_start value. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dkallsyms.c410 static void *s_start(struct seq_file *m, loff_t *pos) function
447 .start = s_start,
456 * s_start from where we left off, so we avoid doing
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drecovery.c236 * The journal superblock's s_start field (the current log head)
241 if (!sb->s_start) {
345 next_log_block = be32_to_cpu(sb->s_start);
H A Djournal.c934 * no recovery (s_start == 0) and there are no outstanding transactions
939 if (sb->s_start == 0 && journal->j_tail_sequence ==
953 sb->s_start = cpu_to_be32(journal->j_tail);
965 /* If we have just flushed the log (by marking s_start==0), then
970 if (sb->s_start)
1054 journal->j_tail = be32_to_cpu(sb->s_start);
1373 * This sets s_start==0 in the underlying superblock, which is
1376 * s_start value. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/bfs/
H A Dinode.c332 info->si_lasti = (le32_to_cpu(bfs_sb->s_start) - BFS_BSIZE)/sizeof(struct bfs_inode)
356 info->si_freeb = (le32_to_cpu(bfs_sb->s_end) + 1 - le32_to_cpu(bfs_sb->s_start))>>BFS_BSIZE_BITS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dmsdos.c250 le32_to_cpu(s->s_start)+offset,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c4150 static void *s_start(struct seq_file *m, loff_t *pos) function
4291 .start = s_start,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c1870 journal->j_tail = ntohl(jsb->s_start);
1955 jsb->s_start = 0; /* this marks the journal as empty */
2057 journal->j_superblock->s_start != 0) {
9868 * The journal superblock's s_start field (the current log head)
9873 if (!sb->s_start) {
9918 next_log_block = ntohl(sb->s_start);

Completed in 285 milliseconds