Lines Matching defs:s

550 static inline void put_journal_list(struct super_block *s,  in put_journal_list()
578 static int journal_list_still_alive(struct super_block *s, in journal_list_still_alive()
883 static int flush_older_commits(struct super_block *s, in flush_older_commits()
948 static int reiserfs_async_progress_wait(struct super_block *s) in reiserfs_async_progress_wait()
970 static int flush_commit_list(struct super_block *s, in flush_commit_list()
1325 static void del_from_work_list(struct super_block *s, in del_from_work_list()
1345 static int flush_journal_list(struct super_block *s, in flush_journal_list()
1627 static int write_one_transaction(struct super_block *s, in write_one_transaction()
1679 static void dirty_one_transaction(struct super_block *s, in dirty_one_transaction()
1714 static int kupdate_transactions(struct super_block *s, in kupdate_transactions()
1784 static int flush_used_journal_lists(struct super_block *s, in flush_used_journal_lists()
2566 static struct reiserfs_journal_list *alloc_journal_list(struct super_block *s) in alloc_journal_list()
2948 void reiserfs_allow_writes(struct super_block *s) in reiserfs_allow_writes()
2956 void reiserfs_wait_on_write_block(struct super_block *s) in reiserfs_wait_on_write_block()
2963 static void queue_log_writer(struct super_block *s) in queue_log_writer()
2985 static void wake_queued_writers(struct super_block *s) in wake_queued_writers()
3147 super_block in reiserfs_persistent_transaction()
3180 struct super_block *s = th->t_super; in reiserfs_end_persistent_transaction() local