Lines Matching defs:pag
1957 struct xfs_perag *pag,
1962 iu = rhashtable_lookup_fast(&pag->pagi_unlinked_hash, &agino,
1974 struct xfs_perag *pag,
1979 error = rhashtable_insert_fast(&pag->pagi_unlinked_hash,
2003 struct xfs_perag *pag,
2009 if (XFS_TEST_ERROR(false, pag->pag_mount, XFS_ERRTAG_IUNLINK_FALLBACK))
2016 return xfs_iunlink_insert_backref(pag, iu);
2026 struct xfs_perag *pag,
2034 iu = rhashtable_lookup_fast(&pag->pagi_unlinked_hash, &agino,
2047 error = rhashtable_remove_fast(&pag->pagi_unlinked_hash,
2060 return xfs_iunlink_insert_backref(pag, iu);
2066 struct xfs_perag *pag)
2068 return rhashtable_init(&pag->pagi_unlinked_hash,
2087 struct xfs_perag *pag)
2091 rhashtable_free_and_destroy(&pag->pagi_unlinked_hash,
2094 ASSERT(freed_anything == false || XFS_FORCED_SHUTDOWN(pag->pag_mount));
2324 * @tp, @pag, @head_agino, and @target_agino are input parameters.
2339 struct xfs_perag *pag)
2349 *agino = xfs_iunlink_lookup_backref(pag, target_agino);
2508 struct xfs_perag *pag = bp->b_pag;
2514 ip = radix_tree_lookup(&pag->pag_ici_root, XFS_INO_TO_AGINO(mp, inum));