Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 23 of 23) sorted by relevance

/fs/cachefiles/
A DKconfig18 This permits debugging to be dynamically enabled in the filesystem
20 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
27 This permits error injection to be enabled in cachefiles whilst a
/fs/xfs/libxfs/
A Dxfs_rtgroup.c346 bool (*enabled)(const struct xfs_mount *mp); member
362 .enabled = xfs_has_nonzoned,
371 .enabled = xfs_has_nonzoned,
384 .enabled = xfs_has_rmapbt,
393 .enabled = xfs_has_reflink,
422 if (!ops->enabled) in xfs_rtginode_enabled()
424 return ops->enabled(rtg_mount(rtg)); in xfs_rtginode_enabled()
/fs/overlayfs/
A DKconfig19 If this config option is enabled then overlay filesystems will use
50 If this config option is enabled then overlay filesystems will use
71 If this config option is enabled then overlay filesystems will use
99 If this config option is enabled then overlay filesystems will use
116 If this config option is enabled then overlay filesystems will
/fs/
A Dbinfmt_misc.c210 if (!misc->enabled) in load_misc_binary()
862 s = misc->enabled ? "enabled\n" : "disabled\n"; in bm_status_read()
878 misc->enabled = false; in bm_status_write()
882 misc->enabled = true; in bm_status_write()
991 misc->enabled = true; in bm_fill_super()
A DKconfig72 struct pages. For the nfit based NVDIMMs this can be enabled
82 For ndctl to work CONFIG_DEV_DAX needs to be enabled as well. For most
83 file systems DAX support needs to be manually enabled globally or
241 usage. Say Y to enable quota support. Once enabled you can control
/fs/netfs/
A DKconfig29 This permits debugging to be dynamically enabled in the local caching
31 enabled by setting bits in /sys/module/netfs/parameters/debug.
/fs/pstore/
A Dblk.c86 #define verify_size(name, alignsize, enabled) { \ argument
88 if (enabled) \
A DKconfig41 When the option is enabled, pstore will log all kernel
49 When the option is enabled, pstore will export a character
/fs/bcachefs/
A DKconfig48 should only be enabled for testing purposes.
104 normally want these enabled because they happen at very high rates.
/fs/btrfs/
A DKconfig69 sysfs exported information is enabled, like leak checks of internal
82 and is meant for developers but can be enabled in general.
A Dsysfs.c2397 bool enabled; in qgroup_enabled_show() local
2400 enabled = fs_info->qgroup_flags & BTRFS_QGROUP_STATUS_FLAG_ON; in qgroup_enabled_show()
2403 return sysfs_emit(buf, "%d\n", enabled); in qgroup_enabled_show()
2405 BTRFS_ATTR(qgroups, enabled, qgroup_enabled_show);
2493 BTRFS_ATTR_PTR(qgroups, enabled),
/fs/crypto/
A DKconfig23 # as Adiantum encryption, then those other modes need to be explicitly enabled
/fs/ntfs3/
A DKconfig10 Y or M enables the NTFS3 driver with full features enabled (read,
/fs/smb/client/
A Dcompress.c271 if (!tcon->ses->server->compression.enabled) in should_compress()
A Dcifs_debug.c537 else if (server->compression.enabled) in cifs_debug_data_proc_show()
A Dcifsglob.h820 bool enabled; /* actually negotiated with server */ member
A Dsmb2pdu.c799 server->compression.enabled = false; in decode_compress_ctx()
825 server->compression.enabled = true; in decode_compress_ctx()
/fs/ubifs/
A DKconfig26 are enabled in UBIFS. Removing compressors means inability to read
/fs/xfs/
A DKconfig92 with or without the generic quota support enabled (CONFIG_QUOTA) -
225 enabled. These checks may affect performance significantly.
/fs/nfsd/
A Dnfsctl.c1787 bool enabled; in nfsd_nl_version_set_doit() local
1800 enabled = nla_get_flag(tb[NFSD_A_VERSION_ENABLED]); in nfsd_nl_version_set_doit()
1804 nfsd_minorversion(nn, minor, enabled ? NFSD_SET : NFSD_CLEAR); in nfsd_nl_version_set_doit()
1809 nfsd_vers(nn, major, enabled ? NFSD_SET : NFSD_CLEAR); in nfsd_nl_version_set_doit()
/fs/proc/
A DKconfig77 With this config enabled, these RAM ranges will be queried from the
/fs/jffs2/
A DKconfig106 compression modules, if any, are enabled in JFFS2. Removing
/fs/f2fs/
A Dsuper.c3077 int enabled = 0; in f2fs_enable_quota_files() local
3093 enabled = 1; in f2fs_enable_quota_files()
3100 return enabled; in f2fs_enable_quota_files()

Completed in 59 milliseconds