• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/

Lines Matching defs:trans_id

589 				    unsigned int trans_id)
597 if (jl->j_trans_id <= trans_id) {
925 unsigned int trans_id = jl->j_trans_id;
957 if (other_trans_id < trans_id) {
962 if (!journal_list_still_alive(s, trans_id))
1010 unsigned int trans_id = jl->j_trans_id;
1028 BUG_ON(trans_id == journal->j_trans_id);
1041 if (!journal_list_still_alive(s, trans_id)) {
1293 unsigned int trans_id)
1301 if (trans_id >= journal->j_last_flush_trans_id) {
1314 journal->j_last_flush_trans_id = trans_id;
1318 jh->j_last_flush_trans_id = cpu_to_le32(trans_id);
1353 unsigned int trans_id)
1355 return _update_journal_header_block(sb, offset, trans_id);
1368 unsigned int trans_id = jl->j_trans_id;
1379 if (other_jl->j_trans_id < trans_id) {
1859 unsigned int trans_id;
1888 ret = kupdate_transactions(s, jl, &tjl, &trans_id, len, i);
2076 "is valid returning because trans_id %d is greater than "
2124 "transaction_is_valid setting oldest invalid trans_id "
2166 unsigned int trans_id = 0;
2229 trans_id = get_desc_trans_id(desc);
2342 journal->j_last_flush_trans_id = trans_id;
2343 journal->j_trans_id = trans_id + 1;
2344 /* check for trans_id overflow */
2497 "oldest_start to offset %llu, trans_id %lu",
2507 "oldest_start to offset %lu, trans_id %lu",
2531 "from offset %llu, trans_id %lu",
2559 ** copy the trans_id from the header
2565 /* check for trans_id overflow */
3053 static void let_transaction_grow(struct super_block *sb, unsigned int trans_id)
3064 journal->j_trans_id == trans_id) {
3067 if (journal->j_trans_id != trans_id)
3174 /* we are the first writer, set trans_id */
3687 unsigned trans_id;
3690 trans_id = jl->j_trans_id;
3700 while (journal->j_trans_id == trans_id) {
3705 if (journal->j_trans_id == trans_id) {
3712 BUG_ON(journal->j_trans_id == trans_id);
3715 && journal_list_still_alive(sb, trans_id)
4264 /* check for trans_id overflow */