Searched refs:enabled (Results 1 – 23 of 23) sorted by relevance
| /fs/cachefiles/ |
| A D | Kconfig | 18 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 D | xfs_rtgroup.c | 346 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 D | Kconfig | 19 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 D | binfmt_misc.c | 210 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 D | Kconfig | 72 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 D | Kconfig | 29 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 D | blk.c | 86 #define verify_size(name, alignsize, enabled) { \ argument 88 if (enabled) \
|
| A D | Kconfig | 41 When the option is enabled, pstore will log all kernel 49 When the option is enabled, pstore will export a character
|
| /fs/bcachefs/ |
| A D | Kconfig | 48 should only be enabled for testing purposes. 104 normally want these enabled because they happen at very high rates.
|
| /fs/btrfs/ |
| A D | Kconfig | 69 sysfs exported information is enabled, like leak checks of internal 82 and is meant for developers but can be enabled in general.
|
| A D | sysfs.c | 2397 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 D | Kconfig | 23 # as Adiantum encryption, then those other modes need to be explicitly enabled
|
| /fs/ntfs3/ |
| A D | Kconfig | 10 Y or M enables the NTFS3 driver with full features enabled (read,
|
| /fs/smb/client/ |
| A D | compress.c | 271 if (!tcon->ses->server->compression.enabled) in should_compress()
|
| A D | cifs_debug.c | 537 else if (server->compression.enabled) in cifs_debug_data_proc_show()
|
| A D | cifsglob.h | 820 bool enabled; /* actually negotiated with server */ member
|
| A D | smb2pdu.c | 799 server->compression.enabled = false; in decode_compress_ctx() 825 server->compression.enabled = true; in decode_compress_ctx()
|
| /fs/ubifs/ |
| A D | Kconfig | 26 are enabled in UBIFS. Removing compressors means inability to read
|
| /fs/xfs/ |
| A D | Kconfig | 92 with or without the generic quota support enabled (CONFIG_QUOTA) - 225 enabled. These checks may affect performance significantly.
|
| /fs/nfsd/ |
| A D | nfsctl.c | 1787 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 D | Kconfig | 77 With this config enabled, these RAM ranges will be queried from the
|
| /fs/jffs2/ |
| A D | Kconfig | 106 compression modules, if any, are enabled in JFFS2. Removing
|
| /fs/f2fs/ |
| A D | super.c | 3077 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