'\" t .\" Title: acct_auto_close_mnt .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Accounting Framework .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "ACCT_AUTO_CLOSE_MNT" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Accounting Framework" .\" ----------------------------------------------------------------- .\" * 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" acct_auto_close_mnt \- turn off a filesystem\*(Aqs accounting if it is on .SH "SYNOPSIS" .HP \w'void\ acct_auto_close_mnt('u .BI "void acct_auto_close_mnt(struct\ vfsmount\ *\ " "m" ");" .SH "ARGUMENTS" .PP \fIm\fR .RS 4 vfsmount being shut down .RE .SH "DESCRIPTION" .PP If the accounting is turned on for a file in the subtree pointed to to by m, turn accounting off\&. Done when m is about to die\&. .SH "COPYRIGHT" .br