Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 31) sorted by relevance

12

/fs/jbd/
DKconfig27 with "echo N > /sys/kernel/debug/jbd/jbd-debug", where N is a
30 "echo 0 > /sys/kernel/debug/jbd/jbd-debug".
/fs/jbd2/
DKconfig30 with "echo N > /sys/kernel/debug/jbd2/jbd2-debug", where N is a
33 "echo 0 > /sys/kernel/debug/jbd2/jbd2-debug".
/fs/afs/
Dmain.c24 module_param_named(debug, afs_debug, uint, S_IWUSR | S_IRUGO);
25 MODULE_PARM_DESC(debug, "AFS debugging mask");
/fs/ntfs/
DKconfig41 echo 1 > /proc/sys/fs/ntfs-debug
42 Replacing the "1" with "0" would disable debug messages.
45 overhead, but enabling debug messages results in very significant
DMakefile5 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/fs/befs/
DMakefile7 befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
DChangeLog79 * Abbandoned silly checks for a NULL superblock pointer in debug.c. [WD]
101 * Added mount option to control debug printing.
102 The option is, simply enough, 'debug'.
103 (super.c, debug.c) [WD]
113 * Added new debug/warning/error print functions in debug.c.
379 (fs/befs/debug.c)
DKconfig25 If you say Y here, you can use the 'debug' mount option to enable
Dbefs.h27 int debug; member
Dlinuxvfs.c684 opts->debug = 0; in parse_options()
728 opts->debug = 1; in parse_options()
Ddebug.c73 if (BEFS_SB(sb)->mount_opts.debug) { in befs_debug()
/fs/ecryptfs/
DMakefile7 …de.o main.o super.o mmap.o read_write.o crypto.o keystore.o messaging.o miscdev.o kthread.o debug.o
/fs/exofs/
DKconfig13 This option enables EXOFS debug prints.
/fs/ubifs/
DMakefile8 ubifs-$(CONFIG_UBIFS_FS_DEBUG) += debug.o
/fs/cachefiles/
Dmain.c28 module_param_named(debug, cachefiles_debug, uint, S_IWUSR | S_IRUGO);
DKconfig19 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
/fs/jffs2/
DMakefile11 jffs2-y += super.o debug.o
/fs/9p/
Dv9fs.c120 v9ses->debug = 0; in v9fs_parse_options()
150 v9ses->debug = option; in v9fs_parse_options()
Dv9fs.h101 unsigned short debug; member
/fs/fscache/
Dmain.c38 module_param_named(debug, fscache_debug, uint,
DKconfig52 enabled by setting bits in /sys/modules/fscache/parameter/debug.
/fs/fat/
Dinode.c982 int silent, int *debug, struct fat_mount_options *opts) in parse_options() argument
1011 *debug = 0; in parse_options()
1057 *debug = 1; in parse_options()
1266 int debug; in fat_fill_super() local
1289 error = parse_options(sb, data, isvfat, silent, &debug, &sbi->options); in fat_fill_super()
/fs/cifs/
DAUTHORS46 and debug of problems they have found: Jochen Dolze, David Blaine,
/fs/affs/
DChanges14 Alas, I've got no alpha to debug. :-(
119 introduced some new ones), made the debug messages
/fs/reiserfs/
DKconfig31 bool "Enable reiserfs debug mode"

12