1SEQ_HLIST_NEXT(9) The Linux VFS SEQ_HLIST_NEXT(9)
23
4
NAME
6seq_hlist_next - move to the next position of the hlist
7
SYNOPSIS
9struct hlist_node * seq_hlist_next(void * v, struct hlist_head * head,
10loff_t * ppos);
11
ARGUMENTS
13v
14the current iterator
1516
head
17the head of the hlist
1819
ppos
20the current position
21
DESCRIPTION
23Called at seq_file->op->next.
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 SEQ_HLIST_NEXT(9)