Searched refs:foop (Results 1 – 2 of 2) sorted by relevance
1450 nfs4_open_owner_t *foop; in find_freed_open_owner() local1459 for (foop = list_head(&mi->mi_foo_list); foop != NULL; in find_freed_open_owner()1460 foop = list_next(&mi->mi_foo_list, foop)) { in find_freed_open_owner()1461 if (!crcmp(foop->oo_cred, cr)) { in find_freed_open_owner()1464 "%p", (void *)foop)); in find_freed_open_owner()1465 foop->oo_ref_count = 1; in find_freed_open_owner()1466 foop->oo_valid = 1; in find_freed_open_owner()1467 list_remove(&mi->mi_foo_list, foop); in find_freed_open_owner()1471 list_insert_head(&bucketp->b_oo_hash_list, foop); in find_freed_open_owner()1472 return (foop); in find_freed_open_owner()
3047 nfs4_open_owner_t *foop; in nfs_free_mi4() local3116 foop = list_head(&bucketp->b_oo_hash_list); in nfs_free_mi4()3117 while (foop != NULL) { in nfs_free_mi4()3118 list_remove(&bucketp->b_oo_hash_list, foop); in nfs_free_mi4()3119 nfs4_destroy_open_owner(foop); in nfs_free_mi4()3120 foop = list_head(&bucketp->b_oo_hash_list); in nfs_free_mi4()3128 foop = list_head(&mi->mi_foo_list); in nfs_free_mi4()3129 while (foop != NULL) { in nfs_free_mi4()3130 list_remove(&mi->mi_foo_list, foop); in nfs_free_mi4()3131 nfs4_destroy_open_owner(foop); in nfs_free_mi4()[all …]