Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 31) sorted by relevance

12

/fs/sdcardfs/
Dmain.c59 int *debug, struct sdcardfs_vfsmount_options *vfsopts, in parse_options() argument
80 *debug = 0; in parse_options()
95 *debug = 1; in parse_options()
150 if (*debug) { in parse_options()
151 pr_info("sdcardfs : options - debug:%d\n", *debug); in parse_options()
167 int debug; in parse_options_remount() local
182 debug = 1; in parse_options_remount()
214 if (debug) { in parse_options_remount()
215 pr_info("sdcardfs : options - debug:%d\n", debug); in parse_options_remount()
264 int debug; in sdcardfs_read_super() local
[all …]
/fs/overlayfs/
Doverlayfs.h87 struct dentry *new_dentry, bool debug) in ovl_do_link() argument
90 if (debug) { in ovl_do_link()
98 umode_t mode, bool debug) in ovl_do_create() argument
101 if (debug) in ovl_do_create()
107 umode_t mode, bool debug) in ovl_do_mkdir() argument
110 if (debug) in ovl_do_mkdir()
116 umode_t mode, dev_t dev, bool debug) in ovl_do_mknod() argument
119 if (debug) { in ovl_do_mknod()
127 const char *oldname, bool debug) in ovl_do_symlink() argument
130 if (debug) in ovl_do_symlink()
[all …]
Ddir.c87 struct cattr *attr, struct dentry *hardlink, bool debug) in ovl_create_real() argument
95 err = ovl_do_link(hardlink, dir, newdentry, debug); in ovl_create_real()
99 err = ovl_do_create(dir, newdentry, attr->mode, debug); in ovl_create_real()
103 err = ovl_do_mkdir(dir, newdentry, attr->mode, debug); in ovl_create_real()
111 attr->mode, attr->rdev, debug); in ovl_create_real()
115 err = ovl_do_symlink(dir, newdentry, attr->link, debug); in ovl_create_real()
/fs/afs/
Dmain.c26 module_param_named(debug, afs_debug, uint, S_IWUSR | S_IRUGO);
27 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
DMakefile6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/fs/9p/
Dv9fs.c125 if (v9ses->debug) in v9fs_show_options()
126 seq_printf(m, ",debug=%x", v9ses->debug); in v9fs_show_options()
188 v9ses->debug = 0; in v9fs_parse_options()
219 v9ses->debug = option; in v9fs_parse_options()
Dv9fs.h102 unsigned short debug; member
/fs/befs/
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)
DMakefile7 befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
DKconfig25 If you say Y here, you can use the 'debug' mount option to enable
Dbefs.h28 int debug; member
Dlinuxvfs.c714 opts->debug = 0; in parse_options()
765 opts->debug = 1; in parse_options()
789 if (opts->debug) in befs_show_options()
/fs/ecryptfs/
DMakefile8 crypto.o keystore.o kthread.o debug.o
/fs/exofs/
DKconfig13 This option enables EXOFS debug prints.
/fs/f2fs/
DMakefile7 f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
DKconfig24 /sys/kernel/debug/f2fs/ contains information about all the partitions
27 /sys/kernel/debug/f2fs/status includes:
/fs/ubifs/
DMakefile7 ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o xattr.o debug.o
/fs/cachefiles/
Dmain.c28 module_param_named(debug, cachefiles_debug, uint, S_IWUSR | S_IRUGO);
DKconfig19 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
/fs/jffs2/
DMakefile12 jffs2-y += super.o debug.o
/fs/fscache/
Dmain.c38 module_param_named(debug, fscache_debug, uint,
DKconfig52 enabled by setting bits in /sys/modules/fscache/parameter/debug.
/fs/fat/
Dinode.c1121 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()
1600 int debug; in fat_fill_super() local
1623 error = parse_options(sb, data, isvfat, silent, &debug, &sbi->options); in fat_fill_super()
/fs/affs/
DChanges14 Alas, I've got no alpha to debug. :-(
119 introduced some new ones), made the debug messages

12