Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dtree.c3767 struct ldtentry *slh, *dlh = NULL; in dtMoveEntry() local
3826 slh = (struct ldtentry *) s; in dtMoveEntry()
3828 snamlen = slh->namlen; in dtMoveEntry()
3832 dlh->index = slh->index; /* little-endian */ in dtMoveEntry()
3836 memcpy(dlh, slh, 6 + len * 2); in dtMoveEntry()
3838 next = slh->next; in dtMoveEntry()