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 inline bool wait_born(struct super_block *sb) in wait_born()
111 static __must_check bool super_lock(struct super_block *sb, bool excl) in super_lock()
144 static inline bool super_lock_shared(struct super_block *sb) in super_lock_shared()
150 static inline bool super_lock_excl(struct super_block *sb) in super_lock_excl()
157 static void super_wake(struct super_block *sb, unsigned int flag) in super_wake()
187 struct super_block *sb; in super_cache_scan() local
244 struct super_block *sb; in super_cache_count() local
430 void put_super(struct super_block *sb) in put_super()
437 static void kill_super_notify(struct super_block *sb) in kill_super_notify()
549 static inline bool wait_dead(struct super_block *sb) in wait_dead()
573 static bool grab_super_dead(struct super_block *sb) in grab_super_dead()
605 bool super_trylock_shared(struct super_block *sb) in super_trylock_shared()
633 void retire_super(struct super_block *sb) in retire_super()
660 void generic_shutdown_super(struct super_block *sb) in generic_shutdown_super()
909 void drop_super(struct super_block *sb) in drop_super()
917 void drop_super_exclusive(struct super_block *sb) in drop_super_exclusive()
926 struct super_block *sb, *p = NULL; in __iterate_supers() local
957 struct super_block *sb, *p = NULL; in iterate_supers() local
993 struct super_block *sb, *p = NULL; in iterate_supers_type() local
1029 struct super_block *sb; in get_active_super() local
1049 struct super_block *sb; in user_get_super() local
1081 struct super_block *sb = fc->root->d_sb; in reconfigure_super() local
1171 static void do_emergency_remount_callback(struct super_block *sb) in do_emergency_remount_callback()
1207 static void do_thaw_all_callback(struct super_block *sb) in do_thaw_all_callback()
1289 void kill_anon_super(struct super_block *sb) in kill_anon_super()
1298 void kill_litter_super(struct super_block *sb) in kill_litter_super()
1306 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1312 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1324 int (*fill_super)(struct super_block *sb, in vfs_get_super()
1327 struct super_block *sb; in vfs_get_super() local
1351 int (*fill_super)(struct super_block *sb, in get_tree_nodev()
1359 int (*fill_super)(struct super_block *sb, in get_tree_single()
1367 int (*fill_super)(struct super_block *sb, in get_tree_keyed()
1429 static bool super_lock_shared_active(struct super_block *sb) in super_lock_shared_active()
1442 struct super_block *sb = bdev->bd_holder; in fs_bdev_mark_dead() local
1462 struct super_block *sb = bdev->bd_holder; in fs_bdev_sync() local
1478 int setup_bdev_super(struct super_block *sb, int sb_flags, in setup_bdev_super()
1642 void kill_block_super(struct super_block *sb) in kill_block_super()
1741 struct super_block *sb; in vfs_get_tree() local
1798 int super_setup_bdi_name(struct super_block *sb, char *fmt, ...) in super_setup_bdi_name()
1827 int super_setup_bdi(struct super_block *sb) in super_setup_bdi()
1844 static void sb_wait_write(struct super_block *sb, int level) in sb_wait_write()
1853 static void lockdep_sb_freeze_release(struct super_block *sb) in lockdep_sb_freeze_release()
1864 static void lockdep_sb_freeze_acquire(struct super_block *sb) in lockdep_sb_freeze_acquire()
1872 static void sb_freeze_unlock(struct super_block *sb, int level) in sb_freeze_unlock()
1878 static int wait_for_partially_frozen(struct super_block *sb) in wait_for_partially_frozen()
1940 int freeze_super(struct super_block *sb, enum freeze_holder who) in freeze_super()
2046 static int thaw_super_locked(struct super_block *sb, enum freeze_holder who) in thaw_super_locked()
2111 int thaw_super(struct super_block *sb, enum freeze_holder who) in thaw_super()
2125 int sb_init_dio_done_wq(struct super_block *sb) in sb_init_dio_done_wq()