Searched refs:XFS_FSS_TO_BB (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | agheader_repair.c | 389 XFS_FSS_TO_BB(mp, 1), 0, &agf_bp, NULL); in xrep_agf() 738 old_agfl = kzalloc(BBTOB(XFS_FSS_TO_BB(mp, 1)), XCHK_GFP_FLAGS); in xrep_agfl() 760 XFS_FSS_TO_BB(mp, 1), 0, &agfl_bp, NULL); in xrep_agfl() 1887 XFS_FSS_TO_BB(mp, 1), 0, &ragi->agi_bp, NULL); in xrep_agi()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_sb.c | 1419 XFS_FSS_TO_BB(mp, 1), &bp); in xfs_update_secondary_sbs() 1628 XFS_FSS_TO_BB(mp, 1), 0, &bp, &xfs_sb_buf_ops); in xfs_sb_read_secondary() 1652 XFS_FSS_TO_BB(mp, 1), 0, &bp); in xfs_sb_get_secondary()
|
| H A D | xfs_alloc.c | 140 blocks = XFS_BB_TO_FSB(mp, XFS_FSS_TO_BB(mp, 4)); /* ag headers */ in xfs_alloc_ag_max_usable() 887 XFS_FSS_TO_BB(mp, 1), 0, &bp, &xfs_agfl_buf_ops); in xfs_alloc_read_agfl() 3378 XFS_FSS_TO_BB(mp, 1), flags, agfbpp, &xfs_agf_buf_ops); in xfs_read_agf()
|
| H A D | xfs_format.h | 478 #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log) macro
|