Searched refs:debug (Results 1 – 25 of 29) sorted by relevance
12
| /fs/9p/ |
| A D | v9fs.c | 103 if (v9ses->debug) in v9fs_show_options() 104 seq_printf(m, ",debug=%x", v9ses->debug); in v9fs_show_options() 174 v9ses->debug = 0; in v9fs_parse_options() 206 v9ses->debug = option; in v9fs_parse_options()
|
| A D | v9fs.h | 113 unsigned short debug; member
|
| /fs/afs/ |
| A 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/ |
| A 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)
|
| A D | Makefile | 8 befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
|
| A D | linuxvfs.c | 715 opts->debug = 1; in befs_parse_param() 736 if (opts->debug) in befs_show_options() 766 sbi->mount_opts.debug = opts->debug; in befs_set_options()
|
| A D | Kconfig | 27 If you say Y here, you can use the 'debug' mount option to enable
|
| A D | befs.h | 28 int debug; member
|
| /fs/ecryptfs/ |
| A D | Makefile | 9 crypto.o keystore.o kthread.o debug.o
|
| /fs/f2fs/ |
| A D | Makefile | 7 f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
|
| A D | Kconfig | 36 /sys/kernel/debug/f2fs/ contains information about all the partitions 39 /sys/kernel/debug/f2fs/status includes:
|
| /fs/cachefiles/ |
| A D | main.c | 27 module_param_named(debug, cachefiles_debug, uint, S_IWUSR | S_IRUGO);
|
| A D | Kconfig | 20 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
|
| /fs/ubifs/ |
| A D | Makefile | 7 ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o debug.o
|
| /fs/jffs2/ |
| A D | Makefile | 12 jffs2-y += super.o debug.o
|
| A D | Kconfig | 30 messages at debug level 1 while the misbehaviour was occurring.
|
| /fs/ext4/ |
| A D | Kconfig | 102 using dynamic debug control for mb_debug() / ext_debug() msgs. 111 KUnit tests run during boot and output the results to the debug log
|
| /fs/netfs/ |
| A D | main.c | 24 module_param_named(debug, netfs_debug, uint, S_IWUSR | S_IRUGO);
|
| A D | write_issue.c | 333 bool debug = false; in netfs_write_folio() local 506 debug = true; in netfs_write_folio() 513 if (!debug) in netfs_write_folio()
|
| A D | Kconfig | 31 enabled by setting bits in /sys/module/netfs/parameters/debug.
|
| /fs/bcachefs/ |
| A D | Makefile | 33 debug.o \
|
| /fs/affs/ |
| A D | Changes | 14 Alas, I've got no alpha to debug. :-( 119 introduced some new ones), made the debug messages
|
| /fs/btrfs/ |
| A D | Kconfig | 70 objects, optional forced space fragmentation and /sys/fs/btrfs/debug .
|
| /fs/smb/server/ |
| A D | server.c | 514 static CLASS_ATTR_RW(debug);
|
| /fs/fat/ |
| A D | fat.h | 57 debug:1; /* Not currently used */ member
|
Completed in 32 milliseconds
12