Searched refs:debug (Results 1 – 25 of 30) sorted by relevance
12
/fs/jbd/ |
D | Kconfig | 27 with "echo N > /sys/kernel/debug/jbd/jbd-debug", where N is a 30 "echo 0 > /sys/kernel/debug/jbd/jbd-debug".
|
/fs/jbd2/ |
D | Kconfig | 30 with "echo N > /sys/kernel/debug/jbd2/jbd2-debug", where N is a 33 "echo 0 > /sys/kernel/debug/jbd2/jbd2-debug".
|
/fs/afs/ |
D | main.c | 24 module_param_named(debug, afs_debug, uint, S_IWUSR | S_IRUGO); 25 MODULE_PARM_DESC(debug, "AFS debugging mask");
|
/fs/ntfs/ |
D | Kconfig | 41 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
|
D | Makefile | 5 ntfs-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
|
D | ChangeLog | 235 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/ |
D | Makefile | 7 befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
|
D | ChangeLog | 79 * 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)
|
D | Kconfig | 25 If you say Y here, you can use the 'debug' mount option to enable
|
D | befs.h | 27 int debug; member
|
D | linuxvfs.c | 677 opts->debug = 0; in parse_options() 721 opts->debug = 1; in parse_options()
|
D | debug.c | 72 if (BEFS_SB(sb)->mount_opts.debug) { in befs_debug()
|
/fs/ecryptfs/ |
D | Makefile | 7 …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/ |
D | v9fs.c | 90 v9ses->debug = 0; in v9fs_parse_options() 119 v9ses->debug = option; in v9fs_parse_options()
|
D | v9fs.h | 84 unsigned short debug; member
|
/fs/ubifs/ |
D | Makefile | 8 ubifs-$(CONFIG_UBIFS_FS_DEBUG) += debug.o
|
/fs/jffs2/ |
D | Makefile | 11 jffs2-y += super.o debug.o
|
D | Kconfig | 29 messages at debug level 1 while the misbehaviour was occurring.
|
/fs/xfs/ |
D | Makefile | 114 debug.o \
|
/fs/fat/ |
D | inode.c | 931 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/ |
D | AUTHORS | 46 and debug of problems they have found: Jochen Dolze, David Blaine,
|
D | Kconfig | 116 the cifs module and can cause additional logging of debug
|
/fs/reiserfs/ |
D | Kconfig | 28 bool "Enable reiserfs debug mode"
|
/fs/affs/ |
D | Changes | 14 Alas, I've got no alpha to debug. :-( 119 introduced some new ones), made the debug messages
|
/fs/gfs2/ |
D | sys.c | 261 ARGS_ATTR(debug, "%d\n");
|
12