Searched refs:start_bno (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_notify_failure.c | 253 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 D | xfs_verify_media.c | 97 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 D | xfs_btree.h | 152 const union xfs_btree_ptr *start_bno,
|