Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 30) sorted by relevance

12

/fs/fuse/
A Dioctl.c143 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 DKconfig20 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 DKconfig88 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 DMakefile3 obj-$(CONFIG_FS_VERITY) += enable.o \
A DKconfig12 use an ioctl to enable verity for a file, which causes the
/fs/erofs/
A DKconfig42 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 DKconfig8 Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding
/fs/nfsd/
A DKconfig69 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 DKconfig7 Say Y here to enable inotify support for userspace, including the
/fs/ocfs2/
A Dxattr.h24 int enable; member
A Dnamei.c251 .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 DKconfig77 This option will enable expensive consistency checks. Enable
/fs/notify/fanotify/
A DKconfig8 Say Y here to enable fanotify support. fanotify is a file access
/fs/befs/
A DKconfig27 If you say Y here, you can use the 'debug' mount option to enable
/fs/cachefiles/
A DKconfig35 This permits userspace to enable the cachefiles on-demand read mode.
/fs/9p/
A DKconfig19 Choose Y here to enable persistent, read-only local
/fs/ceph/
A DKconfig27 Choose Y here to enable persistent, read-only local
/fs/crypto/
A DKconfig28 # strongly recommended to enable optimized implementations too.
/fs/jbd2/
A DKconfig26 allows you to enable debugging output while the system is running,
/fs/ubifs/
A DKconfig58 to preserve the old behavior. If you enable this option, UBIFS starts updating atime,
/fs/
A DKconfig241 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 DKconfig.binfmt13 systems. Saying Y here will enable your kernel to run ELF binaries
/fs/f2fs/
A DKconfig145 sysfs node to enable this feature.
/fs/jffs2/
A DKconfig23 enable a few assertions and will print debugging messages at the
/fs/nfs/
A DKconfig216 Choose Y here to enable use of the NFS v4.2 READ_PLUS operation.

Completed in 37 milliseconds

12