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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dnamei.c625 err = journal_end(&th, dir->i_sb, jbegin_count);
637 retval = journal_end(&th, dir->i_sb, jbegin_count);
704 err = journal_end(&th, dir->i_sb, jbegin_count);
714 retval = journal_end(&th, dir->i_sb, jbegin_count);
790 err = journal_end(&th, dir->i_sb, jbegin_count);
802 retval = journal_end(&th, dir->i_sb, jbegin_count);
894 retval = journal_end(&th, dir->i_sb, jbegin_count);
905 err = journal_end(&th, dir->i_sb, jbegin_count);
991 retval = journal_end(&th, dir->i_sb, jbegin_count);
998 err = journal_end(
[all...]
H A Dresize.c167 int jerr = journal_end(&th, s, 10);
185 int jerr = journal_end(&th, s, 10);
211 return journal_end(&th, s, 10);
H A Dfile.c95 err = journal_end(&th, inode->i_sb, 1);
212 ret = journal_end(&th, s, bh_per_page + 1);
H A Dinode.c65 if (journal_end(&th, inode->i_sb, jbegin_count))
82 end_writeback(inode); /* note this must go after the journal_end to prevent deadlock */
242 err = journal_end(th, s, len);
1911 journal_end(th, th->t_super, th->t_blocks_allocated);
1920 journal_end(th, th->t_super, th->t_blocks_allocated);
1935 retval = journal_end(th, th->t_super,
1960 journal_end(th, th->t_super, th->t_blocks_allocated);
2117 journal_end(&th, inode->i_sb, JOURNAL_PER_BALANCE_CNT * 2 + 1);
2277 int err = journal_end(&th, inode->i_sb, jbegin_count);
2442 error = journal_end(
[all...]
H A Dsuper.c137 return journal_end(&th, s, JOURNAL_PER_BALANCE_CNT);
451 return journal_end(&th, inode->i_sb, JOURNAL_PER_BALANCE_CNT);
496 ** to do a journal_end
588 journal_end(&th, inode->i_sb, 1);
1303 err = journal_end(&th, s, 10);
1848 errval = journal_end(&th, s, 1);
1945 journal_end(&th, dquot->dq_sb,
1967 journal_end(&th, dquot->dq_sb,
1992 journal_end(&th, dquot->dq_sb,
2023 err = journal_end(
[all...]
H A Dxattr_acl.c54 error2 = journal_end(&th, inode->i_sb, jcreate_blocks);
483 error2 = journal_end(&th, inode->i_sb, size * 2);
H A Dxattr.c295 jerror = journal_end(&th, inode->i_sb, blocks);
599 error2 = journal_end(&th, inode->i_sb, jbegin_count);
H A Dstree.c1876 err = journal_end(th, inode->i_sb, orig_len_alloc);
H A Djournal.c24 ** journal_end -- if the current transaction is batchable, it does nothing
3233 ret = journal_end(th, th->t_super, th->t_blocks_allocated);
3289 ** save it and restore on journal_end. This should never
3304 * If do_journal_begin_r fails, we need to put it back, since journal_end
3427 int journal_end(struct reiserfs_transaction_handle *th, function
3646 ** Note, we can't allow the journal_end to proceed while there are still writers in the log.
3881 ret = journal_end(&th, sb, 1);
4061 ** it tells us if we should continue with the journal_end, or just return
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreiserfs_fs.h1901 int journal_end(struct reiserfs_transaction_handle *, struct super_block *,

Completed in 201 milliseconds