'\" t .\" Title: seq_hlist_start_head .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SEQ_HLIST_START_HEAD" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The Linux VFS" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" seq_hlist_start_head \- start an iteration of a hlist .SH "SYNOPSIS" .HP \w'struct\ hlist_node\ *\ seq_hlist_start_head('u .BI "struct hlist_node * seq_hlist_start_head(struct\ hlist_head\ *\ " "head" ", loff_t\ " "pos" ");" .SH "ARGUMENTS" .PP \fIhead\fR .RS 4 the head of the hlist .RE .PP \fIpos\fR .RS 4 the start position of the sequence .RE .SH "DESCRIPTION" .PP Called at seq_file\->op\->\fBstart\fR\&. Call this function if you want to print a header at the top of the output\&. .SH "COPYRIGHT" .br