Lines Matching +full:interleave +full:- +full:mode

1 .. SPDX-License-Identifier: GPL-2.0
17 be adjusted on the fly via 'mount -o remount ...'
60 4) And probably a lot more I do not know about :-)
90 all files in that instance (if CONFIG_NUMA is enabled) - which can be
91 adjusted on the fly via 'mount -o remount ...'
98 mpol=interleave prefers to allocate from each node in turn
99 mpol=interleave:NodeList allocates from each node of NodeList in turn
103 NodeList format is a comma-separated list of decimal numbers and ranges,
104 a range being two hyphen-separated decimal numbers, the smallest and
105 largest node numbers in the range. For example, mpol=bind:0-3,5,7,9-15
111 [See Documentation/admin-guide/cgroup-v1/cpusets.rst] and any optional flags,
117 when tmpfs is mounted by appending them to the mode before the NodeList.
118 See Documentation/admin-guide/mm/numa_memory_policy.rst for a list of
119 all available memory allocation policy mode flags and their effect on
137 on MountPoint, by 'mount -o remount,mpol=Policy:NodeList MountPoint'.
144 mode The permissions as an octal number
153 tmpfs has a mount option to select whether it will wrap at 32- or 64-bit inode
157 inode64 Use 64-bit inode numbers
158 inode32 Use 32-bit inode numbers
161 On a 32-bit kernel, inode32 is implicit, and inode64 is refused at mount time.
162 On a 64-bit kernel, CONFIG_TMPFS_INODE64 sets the default. inode64 avoids the
164 but risks glibc failing with EOVERFLOW once 33-bit inode numbers are reached -
165 if a long-lived tmpfs is accessed by 32-bit applications so ancient that
169 So 'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'