Lines Matching refs:super_block
8 struct super_block;
76 extern int sb_prepare_remount_readonly(struct super_block *);
125 extern bool super_trylock_shared(struct super_block *sb);
126 struct super_block *user_get_super(dev_t, bool excl);
127 void put_super(struct super_block *sb);
129 int sb_init_dio_done_wq(struct super_block *sb);
138 static inline void sb_start_ro_state_change(struct super_block *sb) in sb_start_ro_state_change()
158 static inline void sb_end_ro_state_change(struct super_block *sb) in sb_end_ro_state_change()
201 extern long prune_icache_sb(struct super_block *sb, struct shrink_control *sc);
210 void invalidate_inodes(struct super_block *sb);
216 extern long prune_dcache_sb(struct super_block *sb, struct shrink_control *sc);
218 extern struct dentry * d_alloc_pseudo(struct super_block *, const struct qstr *);
222 extern void shrink_dcache_for_umount(struct super_block *);