Lines Matching defs:indx
234 uint32_t indx;
239 indx = fstrans_mount_hash(mp);
240 SLIST_FOREACH(fmi, &fstrans_mount_hashtab[indx], fmi_hash) {
302 uint32_t indx;
305 indx = fstrans_mount_hash(mp);
318 SLIST_INSERT_HEAD(&fstrans_mount_hashtab[indx], newfmi, fmi_hash);
330 uint32_t indx;
333 indx = fstrans_mount_hash(mp);
339 SLIST_REMOVE(&fstrans_mount_hashtab[indx],
1089 uint32_t indx;
1092 indx = fstrans_mount_hash(mp);
1093 SLIST_FOREACH(fmi, &fstrans_mount_hashtab[indx], fmi_hash)