Lines Matching +full:lower +full:- +full:case
1 # SPDX-License-Identifier: GPL-2.0-only
7 An overlay filesystem combines two filesystems - an 'upper' filesystem
8 and a 'lower' filesystem. When a name exists in both filesystems, the
10 'lower' filesystem is either hidden or, in the case of directories,
20 redirects when renaming directories by default. In this case it is
51 the index directory to map lower inodes to upper inodes by default.
52 In this case it is still possible to turn off index globally with the
56 The inodes index feature prevents breaking of lower hardlinks on copy
73 In this case, it is still possible to turn off NFS export support
80 the same lower dir. The full index may incur some overhead on mount
88 Most users should say N here and enable this feature on a case-by-
89 case basis with the "nfs_export=on" mount option.