Lines Matching defs:sb
49 struct super_block *sb = _sb; in bdev_readpage() local
71 struct super_block *sb = bio->bi_private; in writeseg_end_io() local
91 static int __bdev_writeseg(struct super_block *sb, u64 ofs, pgoff_t index, in __bdev_writeseg()
150 static void bdev_writeseg(struct super_block *sb, u64 ofs, size_t len) in bdev_writeseg()
177 struct super_block *sb = bio->bi_private; in erase_end_io() local
188 static int do_erase(struct super_block *sb, u64 ofs, pgoff_t index, in do_erase()
239 static int bdev_erase(struct super_block *sb, loff_t to, size_t len, in bdev_erase()
263 static void bdev_sync(struct super_block *sb) in bdev_sync()
270 static struct page *bdev_find_first_sb(struct super_block *sb, u64 *ofs) in bdev_find_first_sb()
280 static struct page *bdev_find_last_sb(struct super_block *sb, u64 *ofs) in bdev_find_last_sb()
292 static int bdev_write_sb(struct super_block *sb, struct page *page) in bdev_write_sb()
305 static int bdev_can_write_buf(struct super_block *sb, u64 ofs) in bdev_can_write_buf()