Lines Matching defs:s
53 static void reiserfs_write_super (struct super_block * s) in reiserfs_write_super()
65 static void reiserfs_write_super_lockfs (struct super_block * s) in reiserfs_write_super_lockfs()
82 void reiserfs_unlockfs(struct super_block *s) { in reiserfs_unlockfs()
96 static void remove_save_link_only (struct super_block * s, struct key * key, int oid_free) in remove_save_link_only()
113 static void finish_unfinished (struct super_block * s) in finish_unfinished()
343 static void reiserfs_put_super (struct super_block * s) in reiserfs_put_super()
493 static int reiserfs_getopt ( struct super_block * s, char ** cur, opt_desc_t * opts, char ** opt_ar… in reiserfs_getopt()
594 static int reiserfs_parse_options (struct super_block * s, char * options, /* string given via moun… in reiserfs_parse_options()
652 int reiserfs_is_super(struct super_block *s) { in reiserfs_is_super()
657 static void handle_attrs( struct super_block *s ) in handle_attrs()
675 static int reiserfs_remount (struct super_block * s, int * mount_flags, char * data) in reiserfs_remount()
802 static int read_bitmaps (struct super_block * s) in read_bitmaps()
813 SB_AP_BITMAP (s)[i].bh = sb_getblk (s, bmp); in read_bitmaps() local
834 static int read_old_bitmaps (struct super_block * s) in read_old_bitmaps()
848 SB_AP_BITMAP (s)[i].bh = reiserfs_bread (s, bmp1 + i, s->s_blocksize); in read_old_bitmaps() local
857 void check_bitmap (struct super_block * s) in check_bitmap()
875 static int read_super_block (struct super_block * s, int size, int offset) in read_super_block()
972 static int reread_meta_blocks(struct super_block *s) { in reread_meta_blocks()
1004 __u32 find_hash_out (struct super_block * s) in find_hash_out()
1064 static int what_hash (struct super_block * s) in what_hash()
1117 static hashf_t hash_function (struct super_block * s) in hash_function()
1148 static struct super_block * reiserfs_read_super (struct super_block * s, void * data, int silent) in reiserfs_read_super()
1347 static int reiserfs_statfs (struct super_block * s, struct statfs * buf) in reiserfs_statfs()