Home
last modified time | relevance | path

Searched refs:start_bno (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_notify_failure.c253 xfs_fsblock_t start_bno, end_bno; in xfs_dax_notify_dev_failure() local
273 start_bno = xfs_daddr_to_rtb(mp, daddr); in xfs_dax_notify_dev_failure()
276 start_bno = XFS_DADDR_TO_FSB(mp, daddr); in xfs_dax_notify_dev_failure()
294 start_gno = xfs_fsb_to_gno(mp, start_bno, type); in xfs_dax_notify_dev_failure()
325 xfs_fsb_to_gbno(mp, start_bno, type); in xfs_dax_notify_dev_failure()
H A Dxfs_verify_media.c97 xfs_fsblock_t start_bno, end_bno; in xfs_verify_report_losses() local
102 start_bno = xfs_daddr_to_rtb(mp, daddr); in xfs_verify_report_losses()
105 start_bno = XFS_DADDR_TO_FSB(mp, daddr); in xfs_verify_report_losses()
110 start_gno = xfs_fsb_to_gno(mp, start_bno, type); in xfs_verify_report_losses()
143 xfs_fsb_to_gbno(mp, start_bno, type); in xfs_verify_report_losses()
/linux/fs/xfs/libxfs/
H A Dxfs_btree.h152 const union xfs_btree_ptr *start_bno,