Lines Matching defs:blkno
256 * @blkno: The device block number we want to write to
264 static struct bio *gfs2_log_alloc_bio(struct gfs2_sbd *sdp, u64 blkno,
270 bio->bi_iter.bi_sector = blkno << sdp->sd_fsb2bb_shift;
280 * @blkno: The device block number we want to write to
294 static struct bio *gfs2_log_get_bio(struct gfs2_sbd *sdp, u64 blkno,
305 if (blkno == nblk && !flush)
310 *biop = gfs2_log_alloc_bio(sdp, blkno, end_io);
321 * @blkno: block number of the log entry
330 u64 blkno)
335 bio = gfs2_log_get_bio(sdp, blkno, &jd->jd_log_bio, REQ_OP_WRITE,
339 bio = gfs2_log_get_bio(sdp, blkno, &jd->jd_log_bio,
765 u64 blkno)
771 rgd = gfs2_blk2rgrpd(sdp, blkno, false);
772 if (rgd && rgd->rd_addr == blkno &&
774 fs_info(sdp, obsolete_rgrp_replay, (unsigned long long)blkno,
794 u64 blkno;
803 blkno = be64_to_cpu(*ptr++);
807 if (gfs2_revoke_check(jd, blkno, start))
814 bh_ip = gfs2_meta_new(gl, blkno);
824 obsolete_rgrp(jd, bh_log, blkno);
936 u64 blkno;
954 blkno = be64_to_cpu(*(__be64 *)(bh->b_data + offset));
956 error = gfs2_revoke_add(jd, blkno, start);
1018 u64 blkno;
1027 blkno = be64_to_cpu(*ptr++);
1032 if (gfs2_revoke_check(jd, blkno, start))
1039 bh_ip = gfs2_meta_new(gl, blkno);