Lines Matching defs:block
91 int ocfs2_read_blocks_sync(struct ocfs2_super *osb, u64 block,
99 trace_ocfs2_read_blocks_sync((unsigned long long)block, nr);
111 bhs[i] = sb_getblk(osb->sb, block++);
140 "block %llu had the JBD bit set "
195 int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr,
206 trace_ocfs2_read_blocks_begin(ci, (unsigned long long)block, nr, flags);
238 bhs[i] = sb_getblk(sb, block++);
308 mlog(ML_ERROR, "block %llu had the JBD bit set "
398 trace_ocfs2_read_blocks_end((unsigned long long)block, nr,
406 /* Check whether the blkno is the super block or one of the backups. */
426 * Write super block and backups doesn't need to collaborate with journal,