• Home
  • Raw
  • Download

Lines Matching defs:s

67 static int reiserfs_sync_fs(struct super_block *s, int wait)  in reiserfs_sync_fs()
81 static void reiserfs_write_super(struct super_block *s) in reiserfs_write_super()
86 static int reiserfs_freeze(struct super_block *s) in reiserfs_freeze()
107 static int reiserfs_unfreeze(struct super_block *s) in reiserfs_unfreeze()
122 static int remove_save_link_only(struct super_block *s, in remove_save_link_only()
146 static int finish_unfinished(struct super_block *s) in finish_unfinished()
457 static void reiserfs_kill_sb(struct super_block *s) in reiserfs_kill_sb()
479 static void reiserfs_put_super(struct super_block *s) in reiserfs_put_super()
609 struct super_block *s = root->d_sb; in reiserfs_show_options() local
830 static int reiserfs_getopt(struct super_block *s, char **cur, opt_desc_t * opts, in reiserfs_getopt()
955 static int reiserfs_parse_options(struct super_block *s, char *options, /* string given via mount's… in reiserfs_parse_options()
1181 static void switch_data_mode(struct super_block *s, unsigned long mode) in switch_data_mode()
1189 static void handle_data_mode(struct super_block *s, unsigned long mount_options) in handle_data_mode()
1209 static void handle_barrier_mode(struct super_block *s, unsigned long bits) in handle_barrier_mode()
1227 static void handle_attrs(struct super_block *s) in handle_attrs()
1248 static void handle_quota_files(struct super_block *s, char **qf_names, in handle_quota_files()
1263 static int reiserfs_remount(struct super_block *s, int *mount_flags, char *arg) in reiserfs_remount()
1437 static int read_super_block(struct super_block *s, int offset) in read_super_block()
1534 static int reread_meta_blocks(struct super_block *s) in reread_meta_blocks()
1554 static __u32 find_hash_out(struct super_block *s) in find_hash_out()
1631 static int what_hash(struct super_block *s) in what_hash()
1690 static hashf_t hash_function(struct super_block *s) in hash_function()
1721 #define SWARN(silent, s, id, ...) \ argument
1725 static int reiserfs_fill_super(struct super_block *s, void *data, int silent) in reiserfs_fill_super()