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
422 void put_super(struct super_block *sb) in put_super()
429 static void kill_super_notify(struct super_block *sb) in kill_super_notify()
524 static bool grab_super(struct super_block *sb) in grab_super()
560 bool super_trylock_shared(struct super_block *sb) in super_trylock_shared()
588 void retire_super(struct super_block *sb) in retire_super()
615 void generic_shutdown_super(struct super_block *sb) in generic_shutdown_super()
875 void drop_super(struct super_block *sb) in drop_super()
883 void drop_super_exclusive(struct super_block *sb) in drop_super_exclusive()
892 struct super_block *sb, *p = NULL; in __iterate_supers() local
922 struct super_block *sb, *p = NULL; in iterate_supers() local
960 struct super_block *sb, *p = NULL; in iterate_supers_type() local
990 struct super_block *sb; in user_get_super() local
1024 struct super_block *sb = fc->root->d_sb; in reconfigure_super() local
1114 static void do_emergency_remount_callback(struct super_block *sb) in do_emergency_remount_callback()
1151 static void do_thaw_all_callback(struct super_block *sb) in do_thaw_all_callback()
1234 void kill_anon_super(struct super_block *sb) in kill_anon_super()
1243 void kill_litter_super(struct super_block *sb) in kill_litter_super()
1251 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1257 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1269 int (*fill_super)(struct super_block *sb, in vfs_get_super()
1272 struct super_block *sb; in vfs_get_super() local
1296 int (*fill_super)(struct super_block *sb, in get_tree_nodev()
1304 int (*fill_super)(struct super_block *sb, in get_tree_single()
1312 int (*fill_super)(struct super_block *sb, in get_tree_keyed()
1376 struct super_block *sb = bdev->bd_holder; in bdev_super_lock() local
1411 struct super_block *sb; in fs_bdev_mark_dead() local
1429 struct super_block *sb; in fs_bdev_sync() local
1442 struct super_block *sb; in get_bdev_super() local
1471 struct super_block *sb; in fs_bdev_freeze() local
1511 struct super_block *sb; in fs_bdev_thaw() local
1547 int setup_bdev_super(struct super_block *sb, int sb_flags, in setup_bdev_super()
1605 int (*fill_super)(struct super_block *sb, in get_tree_bdev_flags()
1706 void kill_block_super(struct super_block *sb) in kill_block_super()
1805 struct super_block *sb; in vfs_get_tree() local
1862 int super_setup_bdi_name(struct super_block *sb, char *fmt, ...) in super_setup_bdi_name()
1891 int super_setup_bdi(struct super_block *sb) in super_setup_bdi()
1908 static void sb_wait_write(struct super_block *sb, int level) in sb_wait_write()
1917 static void lockdep_sb_freeze_release(struct super_block *sb) in lockdep_sb_freeze_release()
1928 static void lockdep_sb_freeze_acquire(struct super_block *sb) in lockdep_sb_freeze_acquire()
1936 static void sb_freeze_unlock(struct super_block *sb, int level) in sb_freeze_unlock()
1942 static int wait_for_partially_frozen(struct super_block *sb) in wait_for_partially_frozen()
1963 static inline int freeze_inc(struct super_block *sb, enum freeze_holder who) in freeze_inc()
1975 static inline int freeze_dec(struct super_block *sb, enum freeze_holder who) in freeze_dec()
1987 static inline bool may_freeze(struct super_block *sb, enum freeze_holder who) in may_freeze()
2056 int freeze_super(struct super_block *sb, enum freeze_holder who) in freeze_super()
2151 static int thaw_super_locked(struct super_block *sb, enum freeze_holder who) in thaw_super_locked()
2212 int thaw_super(struct super_block *sb, enum freeze_holder who) in thaw_super()
2228 int sb_init_dio_done_wq(struct super_block *sb) in sb_init_dio_done_wq()