Lines Matching defs:s
159 struct super_block *s = container_of(work, struct super_block, in destroy_super_work() local
170 struct super_block *s = container_of(head, struct super_block, rcu); in destroy_super_rcu() local
176 static void destroy_unused_super(struct super_block *s) in destroy_unused_super()
203 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super() local
288 static void __put_super(struct super_block *s) in __put_super()
329 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super()
362 void deactivate_super(struct super_block *s) in deactivate_super()
385 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super()
526 struct super_block *s = NULL; in sget_fc() local
594 struct super_block *s = NULL; in sget() local
1067 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
1100 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1221 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super()
1232 static int set_bdev_super_fc(struct super_block *s, struct fs_context *fc) in set_bdev_super_fc()
1237 static int test_bdev_super_fc(struct super_block *s, struct fs_context *fc) in test_bdev_super_fc()
1252 struct super_block *s; in get_tree_bdev() local
1328 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super()
1338 struct super_block *s; in mount_bdev() local
1428 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() local
1443 int reconfigure_single(struct super_block *s, in reconfigure_single()
1468 static int compare_single(struct super_block *s, void *p) in compare_single()
1477 struct super_block *s; in mount_single() local