Searched refs:XFS_INO_TO_AGBNO (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/xfs/scrub/ |
D | inode.c | 520 agbno = XFS_INO_TO_AGBNO(sc->mp, ino); in xchk_inode_xref() 557 XFS_INO_TO_AGBNO(mp, ino), &error)) in xchk_inode_check_reflink_iflag()
|
D | common.c | 709 XFS_INO_TO_AGBNO(mp, sc->sm->sm_ino), in xchk_get_inode()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_format.h | 1076 #define XFS_INO_TO_AGBNO(mp,i) \ macro 1082 XFS_AGB_TO_FSB(mp, XFS_INO_TO_AGNO(mp,i), XFS_INO_TO_AGBNO(mp,i))
|
/linux-4.19.296/fs/xfs/ |
D | xfs_inode.c | 2236 XFS_INO_TO_AGBNO(mp, inum)); in xfs_ifree_cluster()
|