Searched refs:journal_end_sync (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/reiserfs/ |
D | super.c | 73 if (!journal_end_sync(&th, s, 1)) in reiserfs_sync_fs() 99 journal_end_sync(&th, s, 1); in reiserfs_freeze() 2225 err = journal_end_sync(&th, sb, 1); in reiserfs_quota_on()
|
D | journal.c | 3454 int journal_end_sync(struct reiserfs_transaction_handle *th, in journal_end_sync() function 3780 ret = journal_end_sync(&th, sb, 1); in __commit_trans_jl()
|
D | inode.c | 1657 journal_end_sync(&th, inode->i_sb, jbegin_count); in reiserfs_write_inode()
|
D | reiserfs.h | 2474 int journal_end_sync(struct reiserfs_transaction_handle *, struct super_block *,
|