Searched refs:XFS_AGB_TO_FSB (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_filestream.c | 288 ap->blkno = XFS_AGB_TO_FSB(args->mp, agno, 0); in xfs_filestream_create_association()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.h | 344 return XFS_AGB_TO_FSB(pag_mount(pag), pag_agno(pag), agbno); in xfs_agbno_to_fsb()
|
| H A D | xfs_format.h | 470 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \ 702 #define XFS_AGB_TO_FSB(mp,agno,agbno) \ macro 1287 XFS_AGB_TO_FSB(mp, XFS_INO_TO_AGNO(mp,i), XFS_INO_TO_AGBNO(mp,i))
|
| /linux/fs/xfs/scrub/ |
| H A D | newbt.c | 336 xnr->alloc_hint = XFS_AGB_TO_FSB(sc->mp, 0, XFS_AGFL_BLOCK(sc->mp) + 1); in xrep_newbt_validate_file_alloc_hint()
|