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

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

Completed in 133 milliseconds