Lines Matching refs:super_block

42 static int thaw_super_locked(struct super_block *sb);
63 struct super_block *sb; in super_cache_scan()
70 sb = container_of(shrink, struct super_block, s_shrink); in super_cache_scan()
120 struct super_block *sb; in super_cache_count()
123 sb = container_of(shrink, struct super_block, s_shrink); in super_cache_count()
158 struct super_block *s = container_of(work, struct super_block, in destroy_super_work()
169 struct super_block *s = container_of(head, struct super_block, rcu); in destroy_super_rcu()
175 static void destroy_unused_super(struct super_block *s) in destroy_unused_super()
199 static struct super_block *alloc_super(struct file_system_type *type, int flags, in alloc_super()
202 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super()
286 static void __put_super(struct super_block *s) in __put_super()
307 void put_super(struct super_block *sb) in put_super()
326 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super()
358 void deactivate_super(struct super_block *s) in deactivate_super()
381 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super()
412 bool trylock_super(struct super_block *sb) in trylock_super()
440 void retire_super(struct super_block *sb) in retire_super()
467 void generic_shutdown_super(struct super_block *sb) in generic_shutdown_super()
553 struct super_block *sget_fc(struct fs_context *fc, in sget_fc()
554 int (*test)(struct super_block *, struct fs_context *), in sget_fc() argument
555 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() argument
557 struct super_block *s = NULL; in sget_fc()
558 struct super_block *old; in sget_fc()
618 struct super_block *sget(struct file_system_type *type, in sget()
619 int (*test)(struct super_block *,void *), in sget() argument
620 int (*set)(struct super_block *,void *), in sget() argument
625 struct super_block *s = NULL; in sget()
626 struct super_block *old; in sget()
678 void drop_super(struct super_block *sb) in drop_super()
686 void drop_super_exclusive(struct super_block *sb) in drop_super_exclusive()
693 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers() argument
695 struct super_block *sb, *p = NULL; in __iterate_supers()
723 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
725 struct super_block *sb, *p = NULL; in iterate_supers()
759 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
761 struct super_block *sb, *p = NULL; in iterate_supers_type()
792 struct super_block *get_super(struct block_device *bdev) in get_super()
794 struct super_block *sb; in get_super()
830 struct super_block *get_active_super(struct block_device *bdev) in get_active_super()
832 struct super_block *sb; in get_active_super()
853 struct super_block *user_get_super(dev_t dev, bool excl) in user_get_super()
855 struct super_block *sb; in user_get_super()
894 struct super_block *sb = fc->root->d_sb; in reconfigure_super()
980 static void do_emergency_remount_callback(struct super_block *sb) in do_emergency_remount_callback()
1016 static void do_thaw_all_callback(struct super_block *sb) in do_thaw_all_callback()
1089 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
1095 void kill_anon_super(struct super_block *sb) in kill_anon_super()
1103 void kill_litter_super(struct super_block *sb) in kill_litter_super()
1111 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1117 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1122 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1128 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super() argument
1129 int (*fill_super)(struct super_block *sb, in vfs_get_super()
1132 struct super_block *sb; in vfs_get_super()
1166 int (*fill_super)(struct super_block *sb, in get_tree_nodev()
1174 int (*fill_super)(struct super_block *sb, in get_tree_single()
1182 int (*fill_super)(struct super_block *sb, in get_tree_single_reconf()
1190 int (*fill_super)(struct super_block *sb, in get_tree_keyed()
1201 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super()
1212 static int set_bdev_super_fc(struct super_block *s, struct fs_context *fc) in set_bdev_super_fc()
1217 static int test_bdev_super_fc(struct super_block *s, struct fs_context *fc) in test_bdev_super_fc()
1228 int (*fill_super)(struct super_block *, in get_tree_bdev() argument
1232 struct super_block *s; in get_tree_bdev()
1310 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super()
1317 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() argument
1320 struct super_block *s; in mount_bdev()
1392 void kill_block_super(struct super_block *sb) in kill_block_super()
1409 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() argument
1412 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1427 int reconfigure_single(struct super_block *s, in reconfigure_single()
1452 static int compare_single(struct super_block *s, void *p) in compare_single()
1459 int (*fill_super)(struct super_block *, void *, int)) in mount_single() argument
1461 struct super_block *s; in mount_single()
1492 struct super_block *sb; in vfs_get_tree()
1549 int super_setup_bdi_name(struct super_block *sb, char *fmt, ...) in super_setup_bdi_name()
1578 int super_setup_bdi(struct super_block *sb) in super_setup_bdi()
1595 static void sb_wait_write(struct super_block *sb, int level) in sb_wait_write()
1604 static void lockdep_sb_freeze_release(struct super_block *sb) in lockdep_sb_freeze_release()
1615 static void lockdep_sb_freeze_acquire(struct super_block *sb) in lockdep_sb_freeze_acquire()
1623 static void sb_freeze_unlock(struct super_block *sb, int level) in sb_freeze_unlock()
1662 int freeze_super(struct super_block *sb) in freeze_super()
1732 static int thaw_super_locked(struct super_block *sb) in thaw_super_locked()
1773 int thaw_super(struct super_block *sb) in thaw_super()
1786 int sb_init_dio_done_wq(struct super_block *sb) in sb_init_dio_done_wq()