Lines Matching defs:s
140 struct super_block *s = container_of(work, struct super_block, in destroy_super_work() local
151 struct super_block *s = container_of(head, struct super_block, rcu); in destroy_super_rcu() local
162 static void destroy_super(struct super_block *s) in destroy_super()
183 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super() local
295 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super()
328 void deactivate_super(struct super_block *s) in deactivate_super()
351 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super()
459 struct super_block *s = NULL; in sget() local
636 struct super_block *s = get_super(bdev); in get_super_thawed() local
885 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
947 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super()
960 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super()
970 struct super_block *s; in mount_bdev() local
1062 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() local
1077 static int compare_single(struct super_block *s, void *p) in compare_single()
1086 struct super_block *s; in mount_single() local