Searched refs:debug (Results 1 – 25 of 33) sorted by relevance
12
/fs/sdcardfs/ |
D | main.c | 53 int *debug, struct sdcardfs_vfsmount_options *vfsopts, in parse_options() argument 72 *debug = 0; in parse_options() 87 *debug = 1; in parse_options() 133 if (*debug) { in parse_options() 134 pr_info("sdcardfs : options - debug:%d\n", *debug); in parse_options() 150 int debug; in parse_options_remount() local 165 debug = 1; in parse_options_remount() 193 if (debug) { in parse_options_remount() 194 pr_info("sdcardfs : options - debug:%d\n", debug); in parse_options_remount() 243 int debug; in sdcardfs_read_super() local [all …]
|
/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/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-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
|
/fs/f2fs/ |
D | Kconfig | 22 /sys/kernel/debug/f2fs/ contains information about all the partitions 25 /sys/kernel/debug/f2fs/status includes:
|
D | Makefile | 5 f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
|
/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
|
/fs/ecryptfs/ |
D | Makefile | 8 crypto.o keystore.o kthread.o debug.o
|
/fs/exofs/ |
D | Kconfig | 13 This option enables EXOFS debug prints.
|
/fs/ubifs/ |
D | Makefile | 6 ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o xattr.o debug.o
|
/fs/cachefiles/ |
D | main.c | 28 module_param_named(debug, cachefiles_debug, uint, S_IWUSR | S_IRUGO);
|
D | Kconfig | 19 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
|
/fs/jffs2/ |
D | Makefile | 11 jffs2-y += super.o debug.o
|
/fs/9p/ |
D | v9fs.h | 101 unsigned short debug; member
|
D | v9fs.c | 120 v9ses->debug = 0; in v9fs_parse_options() 150 v9ses->debug = option; in v9fs_parse_options()
|
/fs/fscache/ |
D | main.c | 38 module_param_named(debug, fscache_debug, uint,
|
D | Kconfig | 52 enabled by setting bits in /sys/modules/fscache/parameter/debug.
|
/fs/fat/ |
D | inode.c | 952 int silent, int *debug, struct fat_mount_options *opts) in parse_options() argument 982 *debug = 0; in parse_options() 1028 *debug = 1; in parse_options() 1261 int debug; in fat_fill_super() local 1285 error = parse_options(sb, 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,
|
/fs/affs/ |
D | Changes | 14 Alas, I've got no alpha to debug. :-( 119 introduced some new ones), made the debug messages
|
/fs/reiserfs/ |
D | Kconfig | 31 bool "Enable reiserfs debug mode"
|
12