Home
last modified time | relevance | path

Searched refs:XFS_INO_TO_AGBNO (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/scrub/
Dinode.c510 agbno = XFS_INO_TO_AGBNO(sc->mp, ino); in xchk_inode_xref()
546 XFS_INO_TO_AGBNO(mp, ino), &error)) in xchk_inode_check_reflink_iflag()
Dcommon.c720 XFS_INO_TO_AGBNO(mp, sc->sm->sm_ino), in xchk_get_inode()
/fs/xfs/libxfs/
Dxfs_format.h1082 #define XFS_INO_TO_AGBNO(mp,i) \ macro
1088 XFS_AGB_TO_FSB(mp, XFS_INO_TO_AGNO(mp,i), XFS_INO_TO_AGBNO(mp,i))
/fs/xfs/
Dxfs_inode.c2554 XFS_INO_TO_AGBNO(mp, inum)); in xfs_ifree_cluster()