Lines Matching refs:super_block

58 	struct super_block *sb;  in super_cache_scan()
65 sb = container_of(shrink, struct super_block, s_shrink); in super_cache_scan()
115 struct super_block *sb; in super_cache_count()
118 sb = container_of(shrink, struct super_block, s_shrink); in super_cache_count()
140 struct super_block *s = container_of(work, struct super_block, in destroy_super_work()
151 struct super_block *s = container_of(head, struct super_block, rcu); in destroy_super_rcu()
162 static void destroy_super(struct super_block *s) in destroy_super()
181 static struct super_block *alloc_super(struct file_system_type *type, int flags) in alloc_super()
183 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super()
261 static void __put_super(struct super_block *sb) in __put_super()
276 static void put_super(struct super_block *sb) in put_super()
295 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super()
328 void deactivate_super(struct super_block *s) in deactivate_super()
351 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super()
382 bool trylock_super(struct super_block *sb) in trylock_super()
408 void generic_shutdown_super(struct super_block *sb) in generic_shutdown_super()
453 struct super_block *sget(struct file_system_type *type, in sget()
454 int (*test)(struct super_block *,void *), in sget() argument
455 int (*set)(struct super_block *,void *), in sget() argument
459 struct super_block *s = NULL; in sget()
460 struct super_block *old; in sget()
506 void drop_super(struct super_block *sb) in drop_super()
522 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
524 struct super_block *sb, *p = NULL; in iterate_supers()
558 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
560 struct super_block *sb, *p = NULL; in iterate_supers_type()
592 struct super_block *get_super(struct block_device *bdev) in get_super()
594 struct super_block *sb; in get_super()
633 struct super_block *get_super_thawed(struct block_device *bdev) in get_super_thawed()
636 struct super_block *s = get_super(bdev); in get_super_thawed()
655 struct super_block *get_active_super(struct block_device *bdev) in get_active_super()
657 struct super_block *sb; in get_active_super()
678 struct super_block *user_get_super(dev_t dev) in user_get_super()
680 struct super_block *sb; in user_get_super()
714 int do_remount_sb(struct super_block *sb, int flags, void *data, int force) in do_remount_sb()
790 struct super_block *sb, *p = NULL; in do_emergency_remount()
885 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
892 void kill_anon_super(struct super_block *sb) in kill_anon_super()
901 void kill_litter_super(struct super_block *sb) in kill_litter_super()
910 static int ns_test_super(struct super_block *sb, void *data) in ns_test_super()
915 static int ns_set_super(struct super_block *sb, void *data) in ns_set_super()
922 void *data, int (*fill_super)(struct super_block *, void *, int)) in mount_ns() argument
924 struct super_block *sb; in mount_ns()
947 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super()
960 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super()
967 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() argument
970 struct super_block *s; in mount_bdev()
1042 void kill_block_super(struct super_block *sb) in kill_block_super()
1059 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() argument
1062 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1077 static int compare_single(struct super_block *s, void *p) in compare_single()
1084 int (*fill_super)(struct super_block *, void *, int)) in mount_single() argument
1086 struct super_block *s; in mount_single()
1110 struct super_block *sb; in mount_fs()
1163 void __sb_end_write(struct super_block *sb, int level) in __sb_end_write()
1173 int __sb_start_write(struct super_block *sb, int level, bool wait) in __sb_start_write()
1216 static void sb_wait_write(struct super_block *sb, int level) in sb_wait_write()
1232 static void sb_freeze_unlock(struct super_block *sb) in sb_freeze_unlock()
1276 int freeze_super(struct super_block *sb) in freeze_super()
1344 int thaw_super(struct super_block *sb) in thaw_super()