diff options
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/tmpfs.5 | 49 |
1 files changed, 47 insertions, 2 deletions
diff --git a/man5/tmpfs.5 b/man5/tmpfs.5 index 5655b8b8f4..8b0e3d2c7a 100644 --- a/man5/tmpfs.5 +++ b/man5/tmpfs.5 @@ -132,17 +132,62 @@ Set the initial group ID of the root directory. .\" commit 099445b489625b80b1d6687c9b6072dbeaca4096 Set the initial user ID of the root directory. .TP -.BR huge "=\fI[never|always|within_size|advise|deny|force]\fR (since Linux 4.7.0)" +.BR huge "=\fIhuge_option\fR (since Linux 4.7.0)" .\" commit 5a6e75f8110c97e2a5488894d4e922187e6cb343 Set the huge table memory allocation policy for all files in this instance (if .B CONFIG_TRANSPARENT_HUGE_PAGECACHE is enabled). +.IP +The +.I huge_option +value is one of the following: +.RS +.TP +.B never + +.TP +.B always + +.TP +.B within_size + +.TP +.B advise + +.TP +.B deny + +.TP +.B force + +.RE .TP -.BR mpol "=\fI[default|prefer:Node|bind:NodeList|interleave|interleave:NodeList]\fR (since Linux 2.6.15)" +.BR mpol "=\fImpol_option\fR (since Linux 2.6.15)" .\" commit 7339ff8302fd70aabf5f1ae26e0c4905fa74a495 Set the NUMA memory allocation policy for all files in this instance (if .B CONFIG_NUMA is enabled). +.IP +The +.I mpol_option +value is one of the following: +.RS +.TP +.B default + +.TP +.BR prefer ":\fINode\fP" + +.TP +.BR bind ":\fINodeList\fP" + +.TP +.B interleave + +.TP +.BR interleave ":\fINodeList\fP" + +.RE .SH VERSIONS The .B tmpfs |
