Home
last modified time | relevance | path

Searched refs:cluster_bp (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/scrub/
H A Dialloc_repair.c142 struct xfs_buf *cluster_bp, in xrep_ibt_check_ifree() argument
162 if (offset >= BBTOB(cluster_bp->b_length)) in xrep_ibt_check_ifree()
164 dip = xfs_buf_offset(cluster_bp, offset); in xrep_ibt_check_ifree()
223 struct xfs_buf *cluster_bp, in xrep_ibt_cluster_record() argument
268 cluster_bp, cluster_index, &inuse); in xrep_ibt_cluster_record()
293 struct xfs_buf *cluster_bp; in xrep_ibt_process_cluster() local
313 error = xfs_imap_to_bp(mp, sc->tp, &imap, &cluster_bp); in xrep_ibt_process_cluster()
326 cluster_ag_base + irec_index, cluster_bp, in xrep_ibt_process_cluster()
333 xfs_trans_brelse(sc->tp, cluster_bp); in xrep_ibt_process_cluster()
H A Dialloc.c369 struct xfs_buf *cluster_bp; in xchk_iallocbt_check_cluster() local
434 error = xfs_imap_to_bp(mp, bs->cur->bc_tp, &imap, &cluster_bp); in xchk_iallocbt_check_cluster()
442 if (imap.im_boffset >= BBTOB(cluster_bp->b_length)) { in xchk_iallocbt_check_cluster()
447 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()
455 xfs_trans_brelse(bs->cur->bc_tp, cluster_bp); in xchk_iallocbt_check_cluster()