Lines Matching refs:sb
33 struct super_block *sb) in bfs_move_block() argument
37 bh = sb_bread(sb, from); in bfs_move_block()
40 new = sb_getblk(sb, to); in bfs_move_block()
48 static int bfs_move_blocks(struct super_block *sb, unsigned long start, in bfs_move_blocks() argument
55 if(bfs_move_block(i, where + i, sb)) { in bfs_move_blocks()
68 struct super_block *sb = inode->i_sb; in bfs_get_block() local
69 struct bfs_sb_info *info = BFS_SB(sb); in bfs_get_block()
77 map_bh(bh_result, sb, phys); in bfs_get_block()
89 map_bh(bh_result, sb, phys); in bfs_get_block()
108 map_bh(bh_result, sb, phys); in bfs_get_block()
146 map_bh(bh_result, sb, phys); in bfs_get_block()