Lines Matching refs:head_agino
2320 * Walk the unlinked chain from @head_agino until we find the inode that
2324 * @tp, @pag, @head_agino, and @target_agino are input parameters.
2333 xfs_agino_t head_agino,
2345 ASSERT(head_agino != target_agino);
2370 next_agino = head_agino;
2418 xfs_agino_t head_agino;
2434 head_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2435 if (!xfs_verify_agino(mp, agno, head_agino)) {
2464 if (head_agino != agino) {
2469 error = xfs_iunlink_map_prev(tp, agno, head_agino, agino,