Start an iteration of a hlist
struct hlist_node * seq_hlist_start(struct hlist_head * head, loff_t pos);
head
the head of the hlist
pos
the start position of the sequence
Called at seq_file->op->start.