Lines Matching refs:lh
3676 struct ldtentry *lh; in ciCompare() local
3704 lh = (struct ldtentry *) & p->slot[si]; in ciCompare()
3705 si = lh->next; in ciCompare()
3706 name = lh->name; in ciCompare()
3707 namlen = lh->namlen; in ciCompare()
3848 struct ldtentry *lh; in dtGetKey() local
3859 lh = (struct ldtentry *) & p->slot[si]; in dtGetKey()
3860 si = lh->next; in dtGetKey()
3861 namlen = lh->namlen; in dtGetKey()
3862 name = lh->name; in dtGetKey()
3911 struct ldtentry *lh = NULL; in dtInsertEntry() local
3942 lh = (struct ldtentry *) h; in dtInsertEntry()
3943 lh->next = h->next; in dtInsertEntry()
3944 lh->inumber = cpu_to_le32(data->leaf.ino); in dtInsertEntry()
3945 lh->namlen = klen; in dtInsertEntry()
3946 name = lh->name; in dtInsertEntry()
3951 lh->index = cpu_to_le32(add_index(data->leaf.tid, in dtInsertEntry()
4018 lh->next = -1; in dtInsertEntry()
4040 lh = (struct ldtentry *) & (p->slot[stbl[n]]); in dtInsertEntry()
4042 le32_to_cpu(lh->index), bn, n, in dtInsertEntry()