Lines Matching defs:s
144 static void destroy_super(struct super_block *s) in destroy_super()
168 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super() local
280 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super()
313 void deactivate_super(struct super_block *s) in deactivate_super()
336 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super()
443 struct super_block *s = NULL; in sget() local
620 struct super_block *s = get_super(bdev); in get_super_thawed() local
869 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
931 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super()
944 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super()
954 struct super_block *s; in mount_bdev() local
1046 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() local
1061 static int compare_single(struct super_block *s, void *p) in compare_single()
1070 struct super_block *s; in mount_single() local