Lines Matching defs:s
114 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super() local
199 static inline void destroy_super(struct super_block *s) in destroy_super()
250 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super()
282 void deactivate_super(struct super_block *s) in deactivate_super()
305 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super()
425 struct super_block *s = NULL; in sget() local
644 struct super_block *s = get_super(bdev); in get_super_thawed() local
879 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
945 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super()
958 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super()
968 struct super_block *s; in mount_bdev() local
1060 struct super_block *s = sget(fs_type, NULL, set_anon_super, 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