'\" t .\" Title: find_get_entries_tag .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: Memory Management in Linux .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "FIND_GET_ENTRIES_TAG" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "Memory Management in Linux" .\" ----------------------------------------------------------------- .\" * 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" find_get_entries_tag \- find and return entries that match \fItag\fR .SH "SYNOPSIS" .HP \w'unsigned\ find_get_entries_tag('u .BI "unsigned find_get_entries_tag(struct\ address_space\ *\ " "mapping" ", pgoff_t\ " "start" ", int\ " "tag" ", unsigned\ int\ " "nr_entries" ", struct\ page\ **\ " "entries" ", pgoff_t\ *\ " "indices" ");" .SH "ARGUMENTS" .PP \fIstruct address_space * mapping\fR .RS 4 the address_space to search .RE .PP \fIpgoff_t start\fR .RS 4 the starting page cache index .RE .PP \fIint tag\fR .RS 4 the tag index .RE .PP \fIunsigned int nr_entries\fR .RS 4 the maximum number of entries .RE .PP \fIstruct page ** entries\fR .RS 4 where the resulting entries are placed .RE .PP \fIpgoff_t * indices\fR .RS 4 the cache indices corresponding to the entries in \fIentries\fR .RE .SH "DESCRIPTION" .PP Like find_get_entries, except we only return entries which are tagged with \fItag\fR\&. .SH "COPYRIGHT" .br