Home
last modified time | relevance | path

Searched refs:j_len (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs.c101 int j_len; in block_read() local
105 j_len = __le32_to_cpu(*journal_table++); in block_read()
106 while (i++ < j_len) in block_read()
110 journal_table += j_len - i; in block_read()
126 j_len = __le32_to_cpu(desc.j_len); in block_read()
127 while (i < j_len && i < JOURNAL_TRANS_HALF) in block_read()
131 if (j_len >= JOURNAL_TRANS_HALF) in block_read()
137 while (i < j_len) in block_read()
204 || __le32_to_cpu(desc.j_len) != __le32_to_cpu(commit.j_len)) in journal_init()
232 *journal_table++ = desc.j_len; in journal_init()
[all …]
H A Dreiserfs_private.h80 __u32 j_len; /* length of commit. len +1 is the commit block */ member
89 __u32 j_len; /* ditto */ member
/openbmc/linux/fs/reiserfs/
H A Djournal.c992 BUG_ON(jl->j_len <= 0); in flush_commit_list()
1047 write_len = jl->j_len + 1; in flush_commit_list()
1615 jl->j_len = 0; in flush_journal_list()
2856 journal->j_len = 0; in journal_init()
3340 journal->j_len); in journal_mark_dirty()
3367 journal->j_len++; in journal_mark_dirty()
3473 journal->j_len--; in remove_from_transaction()
3537 if (journal->j_len == 0) { in journal_end_sync()
3588 journal->j_len > 0 && in reiserfs_flush_old_commits()
4123 jl->j_len = journal->j_len; in do_journal_end()
[all …]
H A Dreiserfs.h263 unsigned long j_len; member
313 unsigned long j_len; /* length of current waiting commit */ member
2711 __le32 j_len; member
2718 #define get_desc_trans_len(d) le32_to_cpu((d)->j_len)
2722 #define set_desc_trans_len(d,val) do { (d)->j_len = cpu_to_le32 (val); } while (0)
2728 __le32 j_len; /* ditto */ member
2733 #define get_commit_trans_len(c) le32_to_cpu((c)->j_len)
2737 #define set_commit_trans_len(c,val) do { (c)->j_len = cpu_to_le32 (val); } while (0)
H A Dprocfs.c370 JF(j_len), in show_journal()
/openbmc/linux/fs/ext4/
H A Dsuper.c5846 ext4_fsblk_t *j_len) in ext4_get_journal_blkdev() argument
5912 *j_len = ext4_blocks_count(es); in ext4_get_journal_blkdev()
5928 ext4_fsblk_t j_len; in ext4_open_dev_journal() local
5932 journal_bdev = ext4_get_journal_blkdev(sb, j_dev, &j_start, &j_len); in ext4_open_dev_journal()
5937 j_len, sb->s_blocksize); in ext4_open_dev_journal()