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

NAME

6       seq_hlist_next - move to the next position of the hlist
7

SYNOPSIS

9       struct hlist_node * seq_hlist_next(void * v, struct hlist_head * head,
10                                          loff_t * ppos);
11

ARGUMENTS

13       v
14           the current iterator
15
16       head
17           the head of the hlist
18
19       ppos
20           the current position
21

DESCRIPTION

23       Called at seq_file->op->next.
24
26Kernel Hackers Manual 3.10         June 2019                 SEQ_HLIST_NEXT(9)
Impressum