Searched refs:XFS_INO_TO_AGINO (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_iwalk.c | 356 next_agino = XFS_INO_TO_AGINO(mp, iwag->lastino) + 1; in xfs_iwalk_run_callbacks() 406 agino = XFS_INO_TO_AGINO(mp, iwag->startino); in xfs_iwalk_ag()
|
| H A D | xfs_icache.c | 631 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_iget_cache_miss() 785 agino = XFS_INO_TO_AGINO(mp, ino); in xfs_iget() 1030 XFS_INO_TO_AGINO(ip->i_mount, ino))) in xfs_reclaim_inode() 1806 first_index = XFS_INO_TO_AGINO(mp, I_INO(ip) + 1); in xfs_icwalk_ag()
|
| H A D | xfs_inode.c | 1615 ip = radix_tree_lookup(&pag->pag_ici_root, XFS_INO_TO_AGINO(mp, inum)); in xfs_ifree_mark_inode_stale()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_format.h | 1281 #define XFS_INO_TO_AGINO(mp,i) \ macro 1284 XFS_INO_TO_AGINO((ip)->i_mount, I_INO(ip))
|
| /linux/fs/xfs/scrub/ |
| H A D | inode.c | 665 agino = XFS_INO_TO_AGINO(sc->mp, ino); in xchk_inode_xref_finobt()
|
| H A D | agheader_repair.c | 1261 first_index = XFS_INO_TO_AGINO(mp, I_INO(ip) + 1); in xrep_iunlink_mark_incore()
|