Lines Matching refs:super_block

43 static int thaw_super_locked(struct super_block *sb);
64 struct super_block *sb; in super_cache_scan()
71 sb = container_of(shrink, struct super_block, s_shrink); in super_cache_scan()
121 struct super_block *sb; in super_cache_count()
124 sb = container_of(shrink, struct super_block, s_shrink); in super_cache_count()
159 struct super_block *s = container_of(work, struct super_block, in destroy_super_work()
170 struct super_block *s = container_of(head, struct super_block, rcu); in destroy_super_rcu()
176 static void destroy_unused_super(struct super_block *s) in destroy_unused_super()
200 static struct super_block *alloc_super(struct file_system_type *type, int flags, in alloc_super()
203 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super()
288 static void __put_super(struct super_block *s) in __put_super()
310 static void put_super(struct super_block *sb) 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()
416 bool trylock_super(struct super_block *sb) in trylock_super()
442 void generic_shutdown_super(struct super_block *sb) in generic_shutdown_super()
512 struct super_block *sget_fc(struct fs_context *fc, in sget_fc()
513 int (*test)(struct super_block *, struct fs_context *), in sget_fc() argument
514 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() argument
516 struct super_block *s = NULL; in sget_fc()
517 struct super_block *old; in sget_fc()
577 struct super_block *sget(struct file_system_type *type, in sget()
578 int (*test)(struct super_block *,void *), in sget() argument
579 int (*set)(struct super_block *,void *), in sget() argument
584 struct super_block *s = NULL; in sget()
585 struct super_block *old; in sget()
637 void drop_super(struct super_block *sb) in drop_super()
645 void drop_super_exclusive(struct super_block *sb) in drop_super_exclusive()
652 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers() argument
654 struct super_block *sb, *p = NULL; in __iterate_supers()
682 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
684 struct super_block *sb, *p = NULL; in iterate_supers()
718 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
720 struct super_block *sb, *p = NULL; in iterate_supers_type()
744 static struct super_block *__get_super(struct block_device *bdev, bool excl) in __get_super()
746 struct super_block *sb; in __get_super()
787 struct super_block *get_super(struct block_device *bdev) in get_super()
793 static struct super_block *__get_super_thawed(struct block_device *bdev, in __get_super_thawed()
797 struct super_block *s = __get_super(bdev, excl); in __get_super_thawed()
819 struct super_block *get_super_thawed(struct block_device *bdev) in get_super_thawed()
834 struct super_block *get_super_exclusive_thawed(struct block_device *bdev) in get_super_exclusive_thawed()
848 struct super_block *get_active_super(struct block_device *bdev) in get_active_super()
850 struct super_block *sb; in get_active_super()
871 struct super_block *user_get_super(dev_t dev) in user_get_super()
873 struct super_block *sb; in user_get_super()
906 struct super_block *sb = fc->root->d_sb; in reconfigure_super()
991 static void do_emergency_remount_callback(struct super_block *sb) in do_emergency_remount_callback()
1027 static void do_thaw_all_callback(struct super_block *sb) in do_thaw_all_callback()
1100 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
1106 void kill_anon_super(struct super_block *sb) in kill_anon_super()
1114 void kill_litter_super(struct super_block *sb) in kill_litter_super()
1122 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1128 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1133 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1165 int (*fill_super)(struct super_block *sb, in vfs_get_super()
1168 int (*test)(struct super_block *, struct fs_context *); in vfs_get_super()
1169 struct super_block *sb; in vfs_get_super()
1219 int (*fill_super)(struct super_block *sb, in get_tree_nodev()
1227 int (*fill_super)(struct super_block *sb, in get_tree_single()
1235 int (*fill_super)(struct super_block *sb, in get_tree_single_reconf()
1243 int (*fill_super)(struct super_block *sb, in get_tree_keyed()
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()
1281 int (*fill_super)(struct super_block *, in get_tree_bdev() argument
1285 struct super_block *s; in get_tree_bdev()
1361 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super()
1368 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() argument
1371 struct super_block *s; in mount_bdev()
1441 void kill_block_super(struct super_block *sb) in kill_block_super()
1458 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() argument
1461 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
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()
1508 int (*fill_super)(struct super_block *, void *, int)) in mount_single() argument
1510 struct super_block *s; in mount_single()
1541 struct super_block *sb; in vfs_get_tree()
1598 int super_setup_bdi_name(struct super_block *sb, char *fmt, ...) in super_setup_bdi_name()
1626 int super_setup_bdi(struct super_block *sb) in super_setup_bdi()
1643 static void sb_wait_write(struct super_block *sb, int level) in sb_wait_write()
1652 static void lockdep_sb_freeze_release(struct super_block *sb) in lockdep_sb_freeze_release()
1663 static void lockdep_sb_freeze_acquire(struct super_block *sb) in lockdep_sb_freeze_acquire()
1671 static void sb_freeze_unlock(struct super_block *sb, int level) in sb_freeze_unlock()
1710 int freeze_super(struct super_block *sb) in freeze_super()
1786 static int thaw_super_locked(struct super_block *sb) in thaw_super_locked()
1821 int thaw_super(struct super_block *sb) in thaw_super()