Windows: Switch to Interlocked ops for RDR Set/Clear
[openafs.git] / doc / man-pages / pod1 / fs_flushall.pod
1 =head1 NAME
2
3 fs_flushall - Force the AFS Cache Manager to discard all data
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<fs flushall> [B<-help>]
11
12 B<fs flusha> [B<-h>]
13
14 =for html
15 </div>
16
17 =head1 DESCRIPTION
18
19 The B<fs flushall> command flushes all data from the AFS cache.
20
21 =head1 OPTIONS
22
23 =over 4
24
25 =item B<-help>
26
27 Prints the online help for this command.
28
29 =back
30
31 =head1 OUTPUT
32
33 This command has no output.
34
35 =head1 EXAMPLES
36
37 Aside from the help, there is only one way to run B<fs flushall>, which is
38 as follows:
39
40    % fs flushall
41    %
42
43 =head1 PRIVILEGE REQUIRED
44
45 No special privileges are required for this command.
46
47 =head1 SEE ALSO
48
49 L<fs_flush(1)>,
50 L<fs_flushmount(1)>,
51 L<fs_flushvolume(1)>
52
53 =head1 COPYRIGHT
54
55 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
56
57 This documentation is covered by the BSD License as written in the
58 doc/LICENSE file. This man page was written by Jason Edgecombe for
59 OpenAFS.