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

/linux-master/fs/reiserfs/
H A Dnamei.c675 err = journal_end(&th);
686 retval = journal_end(&th);
761 err = journal_end(&th);
770 retval = journal_end(&th);
860 err = journal_end(&th);
871 retval = journal_end(&th);
973 retval = journal_end(&th);
986 err = journal_end(&th);
1078 retval = journal_end(&th);
1085 err = journal_end(
[all...]
H A Dresize.c186 int jerr = journal_end(&th);
204 int jerr = journal_end(&th);
229 return journal_end(&th);
H A Dfile.c93 err = journal_end(&th);
224 ret = journal_end(&th);
H A Dinode.c76 if (journal_end(&th))
99 /* note this must go after the journal_end to prevent deadlock */
268 err = journal_end(th);
2076 journal_end(th);
2094 journal_end(th);
2110 retval = journal_end(th);
2132 journal_end(th);
2303 error = journal_end(&th);
2466 int err = journal_end(&th);
2633 error = journal_end(
[all...]
H A Dsuper.c209 return journal_end(&th);
547 return journal_end(&th);
614 * decide not to do a journal_end
714 journal_end(&th);
1575 err = journal_end(&th);
2165 errval = journal_end(&th);
2282 err = journal_end(&th);
2305 err = journal_end(&th);
2330 err = journal_end(&th);
2363 err = journal_end(
[all...]
H A Dxattr_acl.c56 error2 = journal_end(&th);
H A Dxattr.c314 jerror = journal_end(&th);
639 error2 = journal_end(&th);
H A Djournal.c25 * journal_end -- if the current transaction is batchable, it does nothing
3184 ret = journal_end(th);
3243 * filesystem. save it and restore on journal_end.
3260 * journal_end won't be called to do it. */
3386 int journal_end(struct reiserfs_transaction_handle *th) function
3612 * Note, we can't allow the journal_end to proceed while there are still
3874 ret = journal_end(&th);
4039 * journal_end, or just return
H A Dstree.c2012 err = journal_end(th);
H A Dreiserfs.h198 * at the end of the journal because journal_end sets the next transaction
217 * and after journal_end, a hash of all the in memory transactions.
344 /* next journal_end will flush all journal list */
347 /* next journal_end will flush all async commits */
2937 int journal_end(struct reiserfs_transaction_handle *);

Completed in 305 milliseconds