Home
last modified time | relevance | path

Searched refs:slh (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/jfs/
Djfs_dtree.c4073 struct ldtentry *slh, *dlh = NULL; in dtMoveEntry() local
4132 slh = (struct ldtentry *) s; in dtMoveEntry()
4134 snamlen = slh->namlen; in dtMoveEntry()
4138 dlh->index = slh->index; /* little-endian */ in dtMoveEntry()
4142 memcpy(dlh, slh, 6 + len * 2); in dtMoveEntry()
4144 next = slh->next; in dtMoveEntry()