Searched refs:debug (Results 1 – 25 of 28) sorted by relevance
12
/fs/sdcardfs/ |
D | main.c | 80 opts->debug = true; in sdcardfs_parse_param() 127 opts->debug = fcopts->opts.debug; in copy_sb_opts() 221 if (opts->debug) { in __sdcardfs_fill_super() 222 pr_info("sdcardfs : options - debug:%d\n", opts->debug); in __sdcardfs_fill_super() 361 sbi->options.debug = fc_opts->opts.debug; in sdcardfs_reconfigure_context() 362 if (sbi->options.debug) { in sdcardfs_reconfigure_context() 363 pr_info("sdcardfs : options - debug:%d\n", sbi->options.debug); in sdcardfs_reconfigure_context() 399 fc_opts->opts.debug = false; in sdcardfs_init_fs_context()
|
D | sdcardfs.h | 207 bool debug; member
|
/fs/ntfs/ |
D | Kconfig | 42 echo 1 > /proc/sys/fs/ntfs-debug 43 Replacing the "1" with "0" would disable debug messages. 46 overhead, but enabling debug messages results in very significant
|
D | Makefile | 6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
|
/fs/9p/ |
D | v9fs.c | 110 if (v9ses->debug) in v9fs_show_options() 111 seq_printf(m, ",debug=%x", v9ses->debug); in v9fs_show_options() 173 v9ses->debug = 0; in v9fs_parse_options() 203 v9ses->debug = option; in v9fs_parse_options()
|
D | v9fs.h | 87 unsigned short debug; member
|
/fs/afs/ |
D | main.c | 23 module_param_named(debug, afs_debug, uint, S_IWUSR | S_IRUGO); 24 MODULE_PARM_DESC(debug, "AFS debugging mask");
|
/fs/befs/ |
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 | Makefile | 8 befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
|
D | Kconfig | 26 If you say Y here, you can use the 'debug' mount option to enable
|
D | befs.h | 28 int debug; member
|
D | linuxvfs.c | 706 opts->debug = 0; in parse_options() 757 opts->debug = 1; in parse_options() 781 if (opts->debug) in befs_show_options()
|
/fs/ecryptfs/ |
D | Makefile | 9 crypto.o keystore.o kthread.o debug.o
|
/fs/f2fs/ |
D | Kconfig | 27 /sys/kernel/debug/f2fs/ contains information about all the partitions 30 /sys/kernel/debug/f2fs/status includes:
|
D | Makefile | 7 f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
|
/fs/ubifs/ |
D | Makefile | 7 ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o debug.o
|
/fs/cachefiles/ |
D | main.c | 25 module_param_named(debug, cachefiles_debug, uint, S_IWUSR | S_IRUGO);
|
D | Kconfig | 20 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
|
/fs/jffs2/ |
D | Makefile | 12 jffs2-y += super.o debug.o
|
D | Kconfig | 30 messages at debug level 1 while the misbehaviour was occurring.
|
/fs/fscache/ |
D | main.c | 35 module_param_named(debug, fscache_debug, uint,
|
D | Kconfig | 53 enabled by setting bits in /sys/modules/fscache/parameter/debug.
|
/fs/fat/ |
D | inode.c | 1121 int silent, int *debug, struct fat_mount_options *opts) in parse_options() argument 1151 *debug = 0; in parse_options() 1199 *debug = 1; in parse_options() 1610 int debug; in fat_fill_super() local 1639 error = parse_options(sb, data, isvfat, silent, &debug, &sbi->options); in fat_fill_super()
|
/fs/reiserfs/ |
D | Kconfig | 32 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
|
12