Home
last modified time | relevance | path

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

/fs/overlayfs/
DKconfig18 If this config option is enabled then overlay filesystems will use
49 If this config option is enabled then overlay filesystems will use
70 If this config option is enabled then overlay filesystems will use
98 If this config option is enabled then overlay filesystems will use
115 If this config option is enabled then overlay filesystems will
/fs/cachefiles/
DKconfig18 This permits debugging to be dynamically enabled in the filesystem
20 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
/fs/fscache/
DKconfig36 This permits debugging to be dynamically enabled in the local caching
38 enabled by setting bits in /sys/modules/fscache/parameter/debug.
/fs/
Dbinfmt_misc.c44 static int enabled = 1; variable
139 if (!enabled) in load_misc_binary()
727 char *s = enabled ? "enabled\n" : "disabled\n"; in bm_status_read()
741 enabled = 0; in bm_status_write()
745 enabled = 1; in bm_status_write()
DKconfig59 struct pages. For the nfit based NVDIMMs this can be enabled
69 For ndctl to work CONFIG_DEV_DAX needs to be enabled as well. For most
70 file systems DAX support needs to be manually enabled globally or
/fs/pstore/
Dblk.c86 #define verify_size(name, alignsize, enabled) { \ argument
88 if (enabled) \
DKconfig123 When the option is enabled, pstore will log all kernel
131 When the option is enabled, pstore will export a character
/fs/ntfs3/
DKconfig8 Y or M enables the NTFS3 driver with full features enabled (read,
/fs/crypto/
DKconfig22 # as Adiantum encryption, then those other modes need to be explicitly enabled
/fs/ubifs/
DKconfig26 are enabled in UBIFS. Removing compressors means inability to read
/fs/ntfs/
DKconfig14 without NTFS support enabled in the kernel.
/fs/jffs2/
DKconfig106 compression modules, if any, are enabled in JFFS2. Removing
/fs/xfs/
DKconfig65 with or without the generic quota support enabled (CONFIG_QUOTA) -
/fs/f2fs/
Dsuper.c2637 int enabled = 0; in f2fs_enable_quota_files() local
2653 enabled = 1; in f2fs_enable_quota_files()
2660 return enabled; in f2fs_enable_quota_files()