Lines Matching defs:sb
53 static inline void __super_lock(struct super_block *sb, bool excl) in __super_lock()
61 static inline void super_unlock(struct super_block *sb, bool excl) in super_unlock()
69 static inline void __super_lock_excl(struct super_block *sb) in __super_lock_excl()
74 static inline void super_unlock_excl(struct super_block *sb) in super_unlock_excl()
79 static inline void super_unlock_shared(struct super_block *sb) in super_unlock_shared()
84 static bool super_flags(const struct super_block *sb, unsigned int flags) in super_flags()
109 static __must_check bool super_lock(struct super_block *sb, bool excl) in super_lock()
137 static inline bool super_lock_shared(struct super_block *sb) in super_lock_shared()
143 static inline bool super_lock_excl(struct super_block *sb) in super_lock_excl()
150 static void super_wake(struct super_block *sb, unsigned int flag) in super_wake()
180 struct super_block *sb; in super_cache_scan() local
237 struct super_block *sb; in super_cache_count() local
421 void put_super(struct super_block *sb) in put_super()
428 static void kill_super_notify(struct super_block *sb) in kill_super_notify()
523 static bool grab_super(struct super_block *sb) in grab_super()
559 bool super_trylock_shared(struct super_block *sb) in super_trylock_shared()
587 void retire_super(struct super_block *sb) in retire_super()
614 void generic_shutdown_super(struct super_block *sb) in generic_shutdown_super()
863 void drop_super(struct super_block *sb) in drop_super()
871 void drop_super_exclusive(struct super_block *sb) in drop_super_exclusive()
880 struct super_block *sb, *p = NULL; in __iterate_supers() local
910 struct super_block *sb, *p = NULL; in iterate_supers() local
948 struct super_block *sb, *p = NULL; in iterate_supers_type() local
978 struct super_block *sb; in user_get_super() local
1012 struct super_block *sb = fc->root->d_sb; in reconfigure_super() local
1102 static void do_emergency_remount_callback(struct super_block *sb) in do_emergency_remount_callback()
1139 static void do_thaw_all_callback(struct super_block *sb) in do_thaw_all_callback()
1222 void kill_anon_super(struct super_block *sb) in kill_anon_super()
1231 void kill_litter_super(struct super_block *sb) in kill_litter_super()
1239 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1245 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1257 int (*fill_super)(struct super_block *sb, in vfs_get_super()
1260 struct super_block *sb; in vfs_get_super() local
1284 int (*fill_super)(struct super_block *sb, in get_tree_nodev()
1292 int (*fill_super)(struct super_block *sb, in get_tree_single()
1300 int (*fill_super)(struct super_block *sb, in get_tree_keyed()
1364 struct super_block *sb = bdev->bd_holder; in bdev_super_lock() local
1399 struct super_block *sb; in fs_bdev_mark_dead() local
1417 struct super_block *sb; in fs_bdev_sync() local
1430 struct super_block *sb; in get_bdev_super() local
1459 struct super_block *sb; in fs_bdev_freeze() local
1499 struct super_block *sb; in fs_bdev_thaw() local
1526 int setup_bdev_super(struct super_block *sb, int sb_flags, in setup_bdev_super()
1671 void kill_block_super(struct super_block *sb) in kill_block_super()
1770 struct super_block *sb; in vfs_get_tree() local
1827 int super_setup_bdi_name(struct super_block *sb, char *fmt, ...) in super_setup_bdi_name()
1856 int super_setup_bdi(struct super_block *sb) in super_setup_bdi()
1873 static void sb_wait_write(struct super_block *sb, int level) in sb_wait_write()
1882 static void lockdep_sb_freeze_release(struct super_block *sb) in lockdep_sb_freeze_release()
1893 static void lockdep_sb_freeze_acquire(struct super_block *sb) in lockdep_sb_freeze_acquire()
1901 static void sb_freeze_unlock(struct super_block *sb, int level) in sb_freeze_unlock()
1907 static int wait_for_partially_frozen(struct super_block *sb) in wait_for_partially_frozen()
1928 static inline int freeze_inc(struct super_block *sb, enum freeze_holder who) in freeze_inc()
1940 static inline int freeze_dec(struct super_block *sb, enum freeze_holder who) in freeze_dec()
1952 static inline bool may_freeze(struct super_block *sb, enum freeze_holder who) in may_freeze()
2021 int freeze_super(struct super_block *sb, enum freeze_holder who) in freeze_super()
2116 static int thaw_super_locked(struct super_block *sb, enum freeze_holder who) in thaw_super_locked()
2177 int thaw_super(struct super_block *sb, enum freeze_holder who) in thaw_super()
2193 int sb_init_dio_done_wq(struct super_block *sb) in sb_init_dio_done_wq()