Lines Matching refs:ahp
1325 struct attrcache_header *ahp; in process_fsgroup() local
1391 ahp = (struct attrcache_header *)addrp; in process_fsgroup()
1392 startp = (struct attrcache_index *)(ahp + 1); in process_fsgroup()
1400 if (xx != ahp->ach_nblks) { in process_fsgroup()
1404 attrfile, ahp->ach_nblks, xx); in process_fsgroup()
1406 ahp->ach_nblks = xx; in process_fsgroup()
1408 ahp->ach_nffs = 0; in process_fsgroup()
1412 ahp->ach_count = 0; in process_fsgroup()
1523 ahp->ach_nffs++; in process_fsgroup()
1535 ahp->ach_count += 1; in process_fsgroup()
1615 rlno = ahp->ach_rlno; in process_fsgroup()
1626 which = (ahp->ach_nffs == 0) ? CACHEFS_RL_GC : CACHEFS_RL_ATTRFILE; in process_fsgroup()
1627 ahp->ach_rl_current = which; in process_fsgroup()
1639 } else if (ahp->ach_nffs > 0) { in process_fsgroup()