1SEQ_HLIST_START_HEAD(9) The Linux VFS SEQ_HLIST_START_HEAD(9)
23
4
NAME
6seq_hlist_start_head - start an iteration of a hlist
7
SYNOPSIS
9struct hlist_node * seq_hlist_start_head(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. Call this function if you want to print
21a header at the top of the output.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 SEQ_HLIST_START_HEAD(9)