Searched refs:sblock (Results 1 – 3 of 3) sorted by relevance
63 struct scrub_block *sblock; member215 struct scrub_block *sblock,217 static void scrub_recheck_block_checksum(struct scrub_block *sblock);223 static void scrub_write_block_to_dev_replace(struct scrub_block *sblock);224 static int scrub_write_page_to_dev_replace(struct scrub_block *sblock,226 static int scrub_checksum_data(struct scrub_block *sblock);227 static int scrub_checksum_tree_block(struct scrub_block *sblock);228 static int scrub_checksum_super(struct scrub_block *sblock);229 static void scrub_block_get(struct scrub_block *sblock);230 static void scrub_block_put(struct scrub_block *sblock);[all …]
158 efs_block_t sblock = 0; /* shuts up gcc */ in module_exit() local216 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit()227 sblock); in module_exit()230 return sblock; in module_exit()
273 int block, sblock, eblock, off, pos; in bfs_add_entry() local283 sblock = BFS_I(dir)->i_sblock; in bfs_add_entry()285 for (block = sblock; block <= eblock; block++) { in bfs_add_entry()292 pos = (block - sblock) * BFS_BSIZE + off; in bfs_add_entry()