Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 30) 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-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
DChangeLog235 compiled without debug. This avoids a possible denial of service
1356 clean up compress.c a little, removing some uncommented/unused debug
1472 - Cleanup mft.c and it's debug/error output in particular. Fix a minor
1522 - Create a sysctl/proc interface to allow {dis,en}abling of debug output
1523 when compiled with -DDEBUG. Default is debug messages to be disabled.
1524 To enable them, one writes a non-zero value to /proc/sys/fs/ntfs-debug
1527 - Add debug_msgs insmod/kernel boot parameter to set whether debug
1528 messages are {dis,en}abled. This is useful to enable debug messages
1531 - Cleanup debug output in various places.
1553 - Change ntfs_{debug,error,warning} to enable gcc to do type checking
[all …]
/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.c677 opts->debug = 0; in parse_options()
721 opts->debug = 1; in parse_options()
Ddebug.c72 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/9p/
Dv9fs.c90 v9ses->debug = 0; in v9fs_parse_options()
119 v9ses->debug = option; in v9fs_parse_options()
Dv9fs.h84 unsigned short debug; member
/fs/ubifs/
DMakefile8 ubifs-$(CONFIG_UBIFS_FS_DEBUG) += debug.o
/fs/jffs2/
DMakefile11 jffs2-y += super.o debug.o
DKconfig29 messages at debug level 1 while the misbehaviour was occurring.
/fs/xfs/
DMakefile114 debug.o \
/fs/fat/
Dinode.c931 static int parse_options(char *options, int is_vfat, int silent, int *debug, in parse_options() argument
961 *debug = 0; in parse_options()
1007 *debug = 1; in parse_options()
1200 int debug; in fat_fill_super() local
1222 error = parse_options(data, isvfat, silent, &debug, &sbi->options); in fat_fill_super()
/fs/cifs/
DAUTHORS46 and debug of problems they have found: Jochen Dolze, David Blaine,
DKconfig116 the cifs module and can cause additional logging of debug
/fs/reiserfs/
DKconfig28 bool "Enable reiserfs debug mode"
/fs/affs/
DChanges14 Alas, I've got no alpha to debug. :-(
119 introduced some new ones), made the debug messages
/fs/gfs2/
Dsys.c261 ARGS_ATTR(debug, "%d\n");

12