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

NAME

6       seq_hlist_start - start an iteration of a hlist
7

SYNOPSIS

9       struct hlist_node * seq_hlist_start(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.
21
23Kernel Hackers Manual 3.10         June 2019                SEQ_HLIST_START(9)
Impressum