Home
last modified time | relevance | path

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

/fs/xfs/scrub/
A Dialloc_repair.c142 struct xfs_buf *cluster_bp, in xrep_ibt_check_ifree() argument
159 if (offset >= BBTOB(cluster_bp->b_length)) in xrep_ibt_check_ifree()
161 dip = xfs_buf_offset(cluster_bp, offset); in xrep_ibt_check_ifree()
221 struct xfs_buf *cluster_bp, in xrep_ibt_cluster_record() argument
266 cluster_bp, cluster_index, &inuse); in xrep_ibt_cluster_record()
291 struct xfs_buf *cluster_bp; in xrep_ibt_process_cluster() local
311 error = xfs_imap_to_bp(mp, sc->tp, &imap, &cluster_bp); in xrep_ibt_process_cluster()
324 cluster_ag_base + irec_index, cluster_bp, in xrep_ibt_process_cluster()
331 xfs_trans_brelse(sc->tp, cluster_bp); in xrep_ibt_process_cluster()
A Dialloc.c368 struct xfs_buf *cluster_bp; in xchk_iallocbt_check_cluster() local
432 error = xfs_imap_to_bp(mp, bs->cur->bc_tp, &imap, &cluster_bp); in xchk_iallocbt_check_cluster()
440 if (imap.im_boffset >= BBTOB(cluster_bp->b_length)) { in xchk_iallocbt_check_cluster()
445 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()
453 xfs_trans_brelse(bs->cur->bc_tp, cluster_bp); in xchk_iallocbt_check_cluster()

Completed in 20 milliseconds