• Home
  • Raw
  • Download

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()
511 struct super_block *sget_fc(struct fs_context *fc, in sget_fc()
512 int (*test)(struct super_block *, struct fs_context *), in sget_fc() argument
513 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() argument
515 struct super_block *s = NULL; in sget_fc()
516 struct super_block *old; in sget_fc()
576 struct super_block *sget(struct file_system_type *type, in sget()
577 int (*test)(struct super_block *,void *), in sget() argument
578 int (*set)(struct super_block *,void *), in sget() argument
583 struct super_block *s = NULL; in sget()
584 struct super_block *old; in sget()
636 void drop_super(struct super_block *sb) in drop_super()
644 void drop_super_exclusive(struct super_block *sb) in drop_super_exclusive()
651 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers() argument
653 struct super_block *sb, *p = NULL; in __iterate_supers()
681 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
683 struct super_block *sb, *p = NULL; in iterate_supers()
717 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
719 struct super_block *sb, *p = NULL; in iterate_supers_type()
743 static struct super_block *__get_super(struct block_device *bdev, bool excl) in __get_super()
745 struct super_block *sb; in __get_super()
786 struct super_block *get_super(struct block_device *bdev) in get_super()
792 static struct super_block *__get_super_thawed(struct block_device *bdev, in __get_super_thawed()
796 struct super_block *s = __get_super(bdev, excl); in __get_super_thawed()
818 struct super_block *get_super_thawed(struct block_device *bdev) in get_super_thawed()
833 struct super_block *get_super_exclusive_thawed(struct block_device *bdev) in get_super_exclusive_thawed()
847 struct super_block *get_active_super(struct block_device *bdev) in get_active_super()
849 struct super_block *sb; in get_active_super()
870 struct super_block *user_get_super(dev_t dev) in user_get_super()
872 struct super_block *sb; in user_get_super()
905 struct super_block *sb = fc->root->d_sb; in reconfigure_super()
990 static void do_emergency_remount_callback(struct super_block *sb) in do_emergency_remount_callback()
1026 static void do_thaw_all_callback(struct super_block *sb) in do_thaw_all_callback()
1099 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
1105 void kill_anon_super(struct super_block *sb) in kill_anon_super()
1113 void kill_litter_super(struct super_block *sb) in kill_litter_super()
1121 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1127 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1132 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1164 int (*fill_super)(struct super_block *sb, in vfs_get_super()
1167 int (*test)(struct super_block *, struct fs_context *); in vfs_get_super()
1168 struct super_block *sb; in vfs_get_super()
1218 int (*fill_super)(struct super_block *sb, in get_tree_nodev()
1226 int (*fill_super)(struct super_block *sb, in get_tree_single()
1234 int (*fill_super)(struct super_block *sb, in get_tree_single_reconf()
1242 int (*fill_super)(struct super_block *sb, in get_tree_keyed()
1253 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super()
1262 static int set_bdev_super_fc(struct super_block *s, struct fs_context *fc) in set_bdev_super_fc()
1267 static int test_bdev_super_fc(struct super_block *s, struct fs_context *fc) in test_bdev_super_fc()
1278 int (*fill_super)(struct super_block *, in get_tree_bdev() argument
1282 struct super_block *s; in get_tree_bdev()
1358 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super()
1365 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() argument
1368 struct super_block *s; in mount_bdev()
1438 void kill_block_super(struct super_block *sb) in kill_block_super()
1455 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() argument
1458 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1473 static int reconfigure_single(struct super_block *s, in reconfigure_single()
1498 static int compare_single(struct super_block *s, void *p) in compare_single()
1505 int (*fill_super)(struct super_block *, void *, int)) in mount_single() argument
1507 struct super_block *s; in mount_single()
1538 struct super_block *sb; in vfs_get_tree()
1595 int super_setup_bdi_name(struct super_block *sb, char *fmt, ...) in super_setup_bdi_name()
1625 int super_setup_bdi(struct super_block *sb) in super_setup_bdi()
1638 void __sb_end_write(struct super_block *sb, int level) in __sb_end_write()
1648 int __sb_start_write(struct super_block *sb, int level, bool wait) in __sb_start_write()
1691 static void sb_wait_write(struct super_block *sb, int level) in sb_wait_write()
1700 static void lockdep_sb_freeze_release(struct super_block *sb) in lockdep_sb_freeze_release()
1711 static void lockdep_sb_freeze_acquire(struct super_block *sb) in lockdep_sb_freeze_acquire()
1719 static void sb_freeze_unlock(struct super_block *sb) in sb_freeze_unlock()
1760 int freeze_super(struct super_block *sb) in freeze_super()
1829 static int thaw_super_locked(struct super_block *sb) in thaw_super_locked()
1864 int thaw_super(struct super_block *sb) in thaw_super()