Searched refs:sg_next (Results 1 – 3 of 3) sorted by relevance
136 ngp = sgp->sg_next; in fmd_serd_hash_destroy()152 for (sgp = shp->sh_hash[i]; sgp != NULL; sgp = sgp->sg_next) in fmd_serd_hash_apply()167 sgp->sg_next = shp->sh_hash[h]; in fmd_serd_eng_insert()180 for (sgp = shp->sh_hash[h]; sgp != NULL; sgp = sgp->sg_next) { in fmd_serd_eng_lookup()196 for (sgp = *pp; sgp != NULL; sgp = sgp->sg_next) { in fmd_serd_eng_delete()198 pp = &sgp->sg_next; in fmd_serd_eng_delete()204 *pp = sgp->sg_next; in fmd_serd_eng_delete()
46 struct fmd_serd_eng *sg_next; /* next engine on hash chain */ member
315 sg = sg_next(sg); in abd_alloc_chunks()532 for ((i) = 0, (sg) = (sgl); (i) < (nr); (i)++, (sg) = sg_next(sg))551 sg_next(struct scatterlist *sg) in sg_next() function857 aiter->iter_sg = sg_next(aiter->iter_sg); in abd_iter_advance()