1SEQ_HLIST_START(9) The Linux VFS SEQ_HLIST_START(9)
23
4
NAME
6seq_hlist_start - start an iteration of a hlist
7
SYNOPSIS
9struct hlist_node * seq_hlist_start(struct hlist_head * head,
10loff_t pos);
11
ARGUMENTS
13head
14the head of the hlist
1516
pos
17the start position of the sequence
18
DESCRIPTION
20Called at seq_file->op->start.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 SEQ_HLIST_START(9)