Lines Matching defs:block
89 int ocfs2_read_blocks_sync(struct ocfs2_super *osb, u64 block,
97 trace_ocfs2_read_blocks_sync((unsigned long long)block, nr);
109 bhs[i] = sb_getblk(osb->sb, block++);
138 "block %llu had the JBD bit set "
193 int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr,
204 trace_ocfs2_read_blocks_begin(ci, (unsigned long long)block, nr, flags);
236 bhs[i] = sb_getblk(sb, block++);
306 mlog(ML_ERROR, "block %llu had the JBD bit set "
396 trace_ocfs2_read_blocks_end((unsigned long long)block, nr,
404 /* Check whether the blkno is the super block or one of the backups. */
424 * Write super block and backups doesn't need to collaborate with journal,