Lines Matching defs:s

275 	struct super_block *s = container_of(work, struct super_block,  in destroy_super_work()  local
288 struct super_block *s = container_of(head, struct super_block, rcu); in destroy_super_rcu() local
294 static void destroy_unused_super(struct super_block *s) in destroy_unused_super()
318 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_KERNEL); in alloc_super() local
404 static void __put_super(struct super_block *s) in __put_super()
468 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super()
502 void deactivate_super(struct super_block *s) in deactivate_super()
734 struct super_block *s = NULL; in sget_fc() local
822 struct super_block *s = NULL; in sget() local
1228 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
1262 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1321 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super()
1327 static int super_s_dev_set(struct super_block *s, struct fs_context *fc) in super_s_dev_set()
1332 static int super_s_dev_test(struct super_block *s, struct fs_context *fc) in super_s_dev_test()
1608 struct super_block *s; in get_tree_bdev_flags() local
1663 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super()
1672 struct super_block *s; in mount_bdev() local
1725 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() local
1740 int reconfigure_single(struct super_block *s, in reconfigure_single()
1765 static int compare_single(struct super_block *s, void *p) in compare_single()
1774 struct super_block *s; in mount_single() local