Searched refs:enable (Results 1 – 25 of 30) sorted by relevance
12
| /fs/fuse/ |
| A D | ioctl.c | 143 struct fsverity_enable_arg enable; in fuse_setup_enable_verity() local 147 if (copy_from_user(&enable, uarg, sizeof(enable))) in fuse_setup_enable_verity() 150 if (enable.salt_size > max_buffer_len || enable.sig_size > max_buffer_len) in fuse_setup_enable_verity() 153 if (enable.salt_size > 0) { in fuse_setup_enable_verity() 157 iov->iov_base = u64_to_user_ptr(enable.salt_ptr); in fuse_setup_enable_verity() 158 iov->iov_len = enable.salt_size; in fuse_setup_enable_verity() 161 if (enable.sig_size > 0) { in fuse_setup_enable_verity() 165 iov->iov_base = u64_to_user_ptr(enable.sig_ptr); in fuse_setup_enable_verity() 166 iov->iov_len = enable.sig_size; in fuse_setup_enable_verity()
|
| /fs/gfs2/ |
| A D | Kconfig | 20 To use the GFS2 filesystem in a cluster, you will need to enable 25 you want to use the DLM, be sure to enable IPv4/6 networking.
|
| /fs/overlayfs/ |
| A D | Kconfig | 88 Most users should say N here and enable this feature on a case-by- 94 bool "Overlayfs: auto enable inode number mapping" 134 Say Y here to enable extra debugging checks in overlayfs.
|
| /fs/verity/ |
| A D | Makefile | 3 obj-$(CONFIG_FS_VERITY) += enable.o \
|
| A D | Kconfig | 12 use an ioctl to enable verity for a file, which causes the
|
| /fs/erofs/ |
| A D | Kconfig | 42 Print debugging messages and enable more BUG_ONs which check 101 If you don't want to enable this feature, say N. 110 If you don't want to enable compression feature, say N.
|
| /fs/unicode/ |
| A D | Kconfig | 8 Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding
|
| /fs/nfsd/ |
| A D | Kconfig | 69 To store ACLs on your NFS server, you also need to enable ACL- 156 Say Y here if you want enable fine-grained security label attribute 161 If you do not wish to enable fine-grained security labels SELinux or
|
| /fs/notify/inotify/ |
| A D | Kconfig | 7 Say Y here to enable inotify support for userspace, including the
|
| /fs/ocfs2/ |
| A D | xattr.h | 24 int enable; member
|
| A D | namei.c | 251 .enable = 1, in ocfs2_mknod() 325 si.enable = 0; in ocfs2_mknod() 421 if (si.enable) { in ocfs2_mknod() 1831 .enable = 1, in ocfs2_symlink() 1902 si.enable = 0; in ocfs2_symlink() 1910 if (si.enable) { in ocfs2_symlink() 2012 if (si.enable) { in ocfs2_symlink()
|
| A D | Kconfig | 77 This option will enable expensive consistency checks. Enable
|
| /fs/notify/fanotify/ |
| A D | Kconfig | 8 Say Y here to enable fanotify support. fanotify is a file access
|
| /fs/befs/ |
| A D | Kconfig | 27 If you say Y here, you can use the 'debug' mount option to enable
|
| /fs/cachefiles/ |
| A D | Kconfig | 35 This permits userspace to enable the cachefiles on-demand read mode.
|
| /fs/9p/ |
| A D | Kconfig | 19 Choose Y here to enable persistent, read-only local
|
| /fs/ceph/ |
| A D | Kconfig | 27 Choose Y here to enable persistent, read-only local
|
| /fs/crypto/ |
| A D | Kconfig | 28 # strongly recommended to enable optimized implementations too.
|
| /fs/jbd2/ |
| A D | Kconfig | 26 allows you to enable debugging output while the system is running,
|
| /fs/ubifs/ |
| A D | Kconfig | 58 to preserve the old behavior. If you enable this option, UBIFS starts updating atime,
|
| /fs/ |
| A D | Kconfig | 241 usage. Say Y to enable quota support. Once enabled you can control 270 enable HVO by default. It can be disabled via hugetlb_free_vmemmap=off
|
| A D | Kconfig.binfmt | 13 systems. Saying Y here will enable your kernel to run ELF binaries
|
| /fs/f2fs/ |
| A D | Kconfig | 145 sysfs node to enable this feature.
|
| /fs/jffs2/ |
| A D | Kconfig | 23 enable a few assertions and will print debugging messages at the
|
| /fs/nfs/ |
| A D | Kconfig | 216 Choose Y here to enable use of the NFS v4.2 READ_PLUS operation.
|
Completed in 37 milliseconds
12