Searched refs:journal_end (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dnamei.c653 err = journal_end(&th, dir->i_sb, jbegin_count);
663 retval = journal_end(&th, dir->i_sb, jbegin_count);
733 err = journal_end(&th, dir->i_sb, jbegin_count);
741 retval = journal_end(&th, dir->i_sb, jbegin_count);
818 err = journal_end(&th, dir->i_sb, jbegin_count);
828 retval = journal_end(&th, dir->i_sb, jbegin_count);
919 retval = journal_end(&th, dir->i_sb, jbegin_count);
930 err = journal_end(&th, dir->i_sb, jbegin_count);
1014 retval = journal_end(&th, dir->i_sb, jbegin_count);
1021 err = journal_end(
[all...]
H A Dresize.c166 int jerr = journal_end(&th, s, 10);
186 int jerr = journal_end(&th, s, 10);
215 return journal_end(&th, s, 10);
H A Dsuper.c135 return journal_end(&th, s, JOURNAL_PER_BALANCE_CNT);
429 return journal_end(&th, inode->i_sb, JOURNAL_PER_BALANCE_CNT);
469 ** to do a journal_end
563 journal_end(&th, inode->i_sb, 1);
1235 err = journal_end(&th, s, 10);
1741 errval = journal_end(&th, s, 1);
1831 journal_end(&th, inode->i_sb,
1854 journal_end(&th, inode->i_sb,
1876 journal_end(&th, dquot->dq_sb,
1898 journal_end(
[all...]
H A Dfile.c91 err = journal_end(&th, inode->i_sb, 1);
687 journal_end(th, inode->i_sb,
808 ret = journal_end(&th, s, bh_per_page + 1);
889 status = journal_end(th, th->t_super, th->t_blocks_allocated);
1497 err = journal_end(&th, th.t_super, th.t_blocks_allocated);
H A Dinode.c54 if (journal_end(&th, inode->i_sb, jbegin_count))
71 clear_inode(inode); /* note this must go after the journal_end to prevent deadlock */
225 err = journal_end(th, s, len);
1910 journal_end(th, th->t_super, th->t_blocks_allocated);
1919 journal_end(th, th->t_super, th->t_blocks_allocated);
1947 journal_end(th, th->t_super, th->t_blocks_allocated);
2115 journal_end(&th, p_s_inode->i_sb, JOURNAL_PER_BALANCE_CNT * 2 + 1);
2274 int err = journal_end(&th, inode->i_sb, jbegin_count);
2439 error = journal_end(&th, s, bh_per_page + 1);
2636 ret = journal_end(
[all...]
H A Dstree.c1885 err = journal_end(th, p_s_inode->i_sb, orig_len_alloc);
H A Djournal.c24 ** journal_end -- if the current transaction is batchable, it does nothing
3108 ret = journal_end(th, th->t_super, th->t_blocks_allocated);
3163 ** save it and restore on journal_end. This should never
3178 * If do_journal_begin_r fails, we need to put it back, since journal_end
3300 int journal_end(struct reiserfs_transaction_handle *th, function
3519 ** Note, we can't allow the journal_end to proceed while there are still writers in the log.
3617 "journal-003: journal_end: j_start (%ld) is too high\n",
3758 ret = journal_end(&th, sb, 1);
3938 ** it tells us if we should continue with the journal_end, or just return
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1729 int journal_end(struct reiserfs_transaction_handle *, struct super_block *,

Completed in 106 milliseconds