• Home
  • Raw
  • Download

Lines Matching defs:s

67 static int reiserfs_sync_fs(struct super_block *s, int wait)  in reiserfs_sync_fs()
87 struct super_block *s; in flush_old_commits() local
115 void reiserfs_schedule_old_flush(struct super_block *s) in reiserfs_schedule_old_flush()
136 void reiserfs_cancel_old_flush(struct super_block *s) in reiserfs_cancel_old_flush()
147 static int reiserfs_freeze(struct super_block *s) in reiserfs_freeze()
170 static int reiserfs_unfreeze(struct super_block *s) in reiserfs_unfreeze()
193 static int remove_save_link_only(struct super_block *s, in remove_save_link_only()
225 static int finish_unfinished(struct super_block *s) in finish_unfinished()
550 static void reiserfs_kill_sb(struct super_block *s) in reiserfs_kill_sb()
576 static void reiserfs_quota_off_umount(struct super_block *s) in reiserfs_quota_off_umount()
584 static inline void reiserfs_quota_off_umount(struct super_block *s) in reiserfs_quota_off_umount()
589 static void reiserfs_put_super(struct super_block *s) in reiserfs_put_super()
723 struct super_block *s = root->d_sb; in reiserfs_show_options() local
979 static int reiserfs_getopt(struct super_block *s, char **cur, opt_desc_t * opts, in reiserfs_getopt()
1111 static int reiserfs_parse_options(struct super_block *s, in reiserfs_parse_options()
1349 static void switch_data_mode(struct super_block *s, unsigned long mode) in switch_data_mode()
1357 static void handle_data_mode(struct super_block *s, unsigned long mount_options) in handle_data_mode()
1377 static void handle_barrier_mode(struct super_block *s, unsigned long bits) in handle_barrier_mode()
1395 static void handle_attrs(struct super_block *s) in handle_attrs()
1416 static void handle_quota_files(struct super_block *s, char **qf_names, in handle_quota_files()
1431 static int reiserfs_remount(struct super_block *s, int *mount_flags, char *arg) in reiserfs_remount()
1600 static int read_super_block(struct super_block *s, int offset) in read_super_block()
1703 static int reread_meta_blocks(struct super_block *s) in reread_meta_blocks()
1724 static __u32 find_hash_out(struct super_block *s) in find_hash_out()
1790 static int what_hash(struct super_block *s) in what_hash()
1855 static hashf_t hash_function(struct super_block *s) in hash_function()
1886 #define SWARN(silent, s, id, ...) \ argument
1890 static int reiserfs_fill_super(struct super_block *s, void *data, int silent) in reiserfs_fill_super()