Searched defs:debug (Results 1 - 7 of 7) sorted by relevance

/fs/overlayfs/
H A Doverlayfs.h38 struct dentry *new_dentry, bool debug)
41 if (debug) {
49 umode_t mode, bool debug)
52 if (debug)
58 umode_t mode, bool debug)
61 if (debug)
67 umode_t mode, dev_t dev, bool debug)
70 if (debug) {
78 const char *oldname, bool debug)
81 if (debug)
37 ovl_do_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, bool debug) argument
48 ovl_do_create(struct inode *dir, struct dentry *dentry, umode_t mode, bool debug) argument
57 ovl_do_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode, bool debug) argument
66 ovl_do_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev, bool debug) argument
77 ovl_do_symlink(struct inode *dir, struct dentry *dentry, const char *oldname, bool debug) argument
[all...]
H A Ddir.c74 struct dentry *hardlink, bool debug)
82 err = ovl_do_link(hardlink, dir, newdentry, debug);
86 err = ovl_do_create(dir, newdentry, stat->mode, debug);
90 err = ovl_do_mkdir(dir, newdentry, stat->mode, debug);
98 stat->mode, stat->rdev, debug);
102 err = ovl_do_symlink(dir, newdentry, link, debug);
863 /* No debug for the plain case */
72 ovl_create_real(struct inode *dir, struct dentry *newdentry, struct kstat *stat, const char *link, struct dentry *hardlink, bool debug) argument
/fs/9p/
H A Dv9fs.h76 * @debug: debug level
102 unsigned short debug; member in struct:v9fs_session_info
/fs/befs/
H A Dbefs.h13 /* used in debug.c */
27 int debug; member in struct:befs_mount_options
90 /* debug.c */
/fs/fat/
H A Dinode.c955 {Opt_debug, "debug"},
1020 int silent, int *debug, struct fat_mount_options *opts)
1050 *debug = 0;
1096 *debug = 1;
1494 int debug; local
1517 error = parse_options(sb, data, isvfat, silent, &debug, &sbi->options);
1019 parse_options(struct super_block *sb, char *options, int is_vfat, int silent, int *debug, struct fat_mount_options *opts) argument
/fs/ocfs2/
H A Ddlmglue.c2661 /* Reference counting of the dlm debug structure. We want this because
2662 * open references on the debug inodes can live on after a mount, so
2679 static void ocfs2_get_dlm_debug(struct ocfs2_dlm_debug *debug) argument
2681 kref_get(&debug->d_refcnt);
/fs/reiserfs/
H A Djournal.c1201 int debug)
1213 if (debug) {
1199 remove_all_from_journal_list(struct super_block *sb, struct reiserfs_journal_list *jl, int debug) argument

Completed in 412 milliseconds