Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dtree.c3769 struct ldtentry *slh, *dlh = NULL; in dtMoveEntry() local
3828 slh = (struct ldtentry *) s; in dtMoveEntry()
3830 snamlen = slh->namlen; in dtMoveEntry()
3834 dlh->index = slh->index; /* little-endian */ in dtMoveEntry()
3838 memcpy(dlh, slh, 6 + len * 2); in dtMoveEntry()
3840 next = slh->next; in dtMoveEntry()