1SEQ_HLIST_START_HEAD(9)          The Linux VFS         SEQ_HLIST_START_HEAD(9)
2
3
4

NAME

6       seq_hlist_start_head - start an iteration of a hlist
7

SYNOPSIS

9       struct hlist_node * seq_hlist_start_head(struct hlist_head * head,
10                                                loff_t pos);
11

ARGUMENTS

13       head
14           the head of the hlist
15
16       pos
17           the start position of the sequence
18

DESCRIPTION

20       Called at seq_file->op->start. Call this function if you want to print
21       a header at the top of the output.
22
24Kernel Hackers Manual 3.10         June 2019           SEQ_HLIST_START_HEAD(9)
Impressum