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()
516 struct super_block *s = NULL; in sget_fc() local
584 struct super_block *s = NULL; in sget() local
797 struct super_block *s = __get_super(bdev, excl); in __get_super_thawed() local
1100 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
1133 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1254 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super()
1265 static int set_bdev_super_fc(struct super_block *s, struct fs_context *fc) in set_bdev_super_fc()
1270 static int test_bdev_super_fc(struct super_block *s, struct fs_context *fc) in test_bdev_super_fc()
1285 struct super_block *s; in get_tree_bdev() local
1361 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super()
1371 struct super_block *s; in mount_bdev() local
1461 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() local
1476 int reconfigure_single(struct super_block *s, in reconfigure_single()
1501 static int compare_single(struct super_block *s, void *p) in compare_single()
1510 struct super_block *s; in mount_single() local