Lines Matching refs:foop
3048 nfs4_open_owner_t *foop; in nfs_free_mi4() local
3117 foop = list_head(&bucketp->b_oo_hash_list); in nfs_free_mi4()
3118 while (foop != NULL) { in nfs_free_mi4()
3119 list_remove(&bucketp->b_oo_hash_list, foop); in nfs_free_mi4()
3120 nfs4_destroy_open_owner(foop); in nfs_free_mi4()
3121 foop = list_head(&bucketp->b_oo_hash_list); in nfs_free_mi4()
3129 foop = list_head(&mi->mi_foo_list); in nfs_free_mi4()
3130 while (foop != NULL) { in nfs_free_mi4()
3131 list_remove(&mi->mi_foo_list, foop); in nfs_free_mi4()
3132 nfs4_destroy_open_owner(foop); in nfs_free_mi4()
3133 foop = list_head(&mi->mi_foo_list); in nfs_free_mi4()