Lines Matching defs:s
58 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super() local
124 static inline void destroy_super(struct super_block *s) in destroy_super()
194 void deactivate_super(struct super_block *s) in deactivate_super()
221 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super()
362 struct super_block *s = NULL; in sget() local
567 struct super_block *s; in SYSCALL_DEFINE2() local
716 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
767 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super()
774 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super()
785 struct super_block *s; in get_sb_bdev() local
866 struct super_block *s = sget(fs_type, NULL, set_anon_super, NULL); in get_sb_nodev() local
885 static int compare_single(struct super_block *s, void *p) in compare_single()
895 struct super_block *s; in get_sb_single() local