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()
920 void drop_super(struct super_block *sb) in drop_super()
928 void drop_super_exclusive(struct super_block *sb) in drop_super_exclusive()
937 struct super_block *sb, *p = NULL; in __iterate_supers() local
968 struct super_block *sb, *p = NULL; in iterate_supers() local
1004 struct super_block *sb, *p = NULL; in iterate_supers_type() local
1040 struct super_block *sb; in get_active_super() local
1060 struct super_block *sb; in user_get_super() local
1092 struct super_block *sb = fc->root->d_sb; in reconfigure_super() local
1182 static void do_emergency_remount_callback(struct super_block *sb) in do_emergency_remount_callback()
1218 static void do_thaw_all_callback(struct super_block *sb) in do_thaw_all_callback()
1300 void kill_anon_super(struct super_block *sb) in kill_anon_super()
1309 void kill_litter_super(struct super_block *sb) in kill_litter_super()
1317 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1323 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1335 int (*fill_super)(struct super_block *sb, in vfs_get_super()
1338 struct super_block *sb; in vfs_get_super() local
1362 int (*fill_super)(struct super_block *sb, in get_tree_nodev()
1370 int (*fill_super)(struct super_block *sb, in get_tree_single()
1378 int (*fill_super)(struct super_block *sb, in get_tree_keyed()
1440 static bool super_lock_shared_active(struct super_block *sb) in super_lock_shared_active()
1453 struct super_block *sb = bdev->bd_holder; in fs_bdev_mark_dead() local
1473 struct super_block *sb = bdev->bd_holder; in fs_bdev_sync() local
1489 int setup_bdev_super(struct super_block *sb, int sb_flags, in setup_bdev_super()
1656 void kill_block_super(struct super_block *sb) in kill_block_super()
1755 struct super_block *sb; in vfs_get_tree() local
1812 int super_setup_bdi_name(struct super_block *sb, char *fmt, ...) in super_setup_bdi_name()
1841 int super_setup_bdi(struct super_block *sb) in super_setup_bdi()
1858 static void sb_wait_write(struct super_block *sb, int level) in sb_wait_write()
1867 static void lockdep_sb_freeze_release(struct super_block *sb) in lockdep_sb_freeze_release()
1878 static void lockdep_sb_freeze_acquire(struct super_block *sb) in lockdep_sb_freeze_acquire()
1886 static void sb_freeze_unlock(struct super_block *sb, int level) in sb_freeze_unlock()
1892 static int wait_for_partially_frozen(struct super_block *sb) in wait_for_partially_frozen()
1954 int freeze_super(struct super_block *sb, enum freeze_holder who) in freeze_super()
2060 static int thaw_super_locked(struct super_block *sb, enum freeze_holder who) in thaw_super_locked()
2125 int thaw_super(struct super_block *sb, enum freeze_holder who) in thaw_super()
2139 int sb_init_dio_done_wq(struct super_block *sb) in sb_init_dio_done_wq()