Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 53) sorted by relevance

123

/fs/jffs2/
Ddebug.h81 #define JFFS2_ERROR(fmt, ...) \ argument
88 #define JFFS2_WARNING(fmt, ...) \ argument
95 #define JFFS2_NOTICE(fmt, ...) \ argument
102 #define JFFS2_DEBUG(fmt, ...) \ argument
115 #define dbg_readinode(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
117 #define dbg_readinode(fmt, ...) argument
120 #define dbg_readinode2(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
122 #define dbg_readinode2(fmt, ...) argument
127 #define dbg_fragtree(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
129 #define dbg_fragtree(fmt, ...) argument
[all …]
/fs/jfs/
Djfs_debug.h68 #define jfs_info(fmt, arg...) do { \ argument
74 #define jfs_debug(fmt, arg...) do { \ argument
80 #define jfs_warn(fmt, arg...) do { \ argument
86 #define jfs_err(fmt, arg...) do { \ argument
97 #define jfs_info(fmt, arg...) do {} while (0) argument
98 #define jfs_debug(fmt, arg...) do {} while (0) argument
99 #define jfs_warn(fmt, arg...) do {} while (0) argument
100 #define jfs_err(fmt, arg...) do {} while (0) argument
/fs/ubifs/
Ddebug.h106 #define dbg_msg(fmt, ...) do { \ argument
113 #define dbg_do_msg(typ, fmt, ...) do { \ argument
118 #define dbg_err(fmt, ...) do { \ argument
137 #define dbg_gen(fmt, ...) dbg_do_msg(UBIFS_MSG_GEN, fmt, ##__VA_ARGS__) argument
140 #define dbg_jnl(fmt, ...) dbg_do_msg(UBIFS_MSG_JNL, fmt, ##__VA_ARGS__) argument
143 #define dbg_tnc(fmt, ...) dbg_do_msg(UBIFS_MSG_TNC, fmt, ##__VA_ARGS__) argument
146 #define dbg_lp(fmt, ...) dbg_do_msg(UBIFS_MSG_LP, fmt, ##__VA_ARGS__) argument
149 #define dbg_find(fmt, ...) dbg_do_msg(UBIFS_MSG_FIND, fmt, ##__VA_ARGS__) argument
152 #define dbg_mnt(fmt, ...) dbg_do_msg(UBIFS_MSG_MNT, fmt, ##__VA_ARGS__) argument
155 #define dbg_io(fmt, ...) dbg_do_msg(UBIFS_MSG_IO, fmt, ##__VA_ARGS__) argument
[all …]
/fs/reiserfs/
Dprints.c160 static char *is_there_reiserfs_struct(char *fmt, int *what, int *skip) in is_there_reiserfs_struct()
191 static void prepare_error_buf(const char *fmt, va_list args) in prepare_error_buf()
259 #define do_reiserfs_warning(fmt)\ argument
267 void reiserfs_warning(struct super_block *sb, const char *fmt, ...) in reiserfs_warning()
278 void reiserfs_info(struct super_block *sb, const char *fmt, ...) in reiserfs_info()
289 static void reiserfs_printk(const char *fmt, ...) in reiserfs_printk()
295 void reiserfs_debug(struct super_block *s, int level, const char *fmt, ...) in reiserfs_debug()
356 void reiserfs_panic(struct super_block *sb, const char *fmt, ...) in reiserfs_panic()
366 void reiserfs_abort(struct super_block *sb, int errno, const char *fmt, ...) in reiserfs_abort()
/fs/ntfs/
Ddebug.c51 const char *fmt, ...) in __ntfs_warning()
95 const char *fmt, ...) in __ntfs_error()
125 const char *fmt, ...) in __ntfs_debug()
/fs/ocfs2/
Dsuper.h39 #define ocfs2_error(sb, fmt, args...) __ocfs2_error(sb, __PRETTY_FUNCTION__, fmt, ##args) argument
46 #define ocfs2_abort(sb, fmt, args...) __ocfs2_abort(sb, __PRETTY_FUNCTION__, fmt, ##args) argument
/fs/befs/
Ddebug.c28 befs_error(const struct super_block *sb, const char *fmt, ...) in befs_error()
46 befs_warning(const struct super_block *sb, const char *fmt, ...) in befs_warning()
65 befs_debug(const struct super_block *sb, const char *fmt, ...) in befs_debug()
/fs/gfs2/locking/dlm/
Dlock_dlm.h117 #define gdlm_assert(assertion, fmt, args...) \ argument
127 #define log_print(lev, fmt, arg...) printk(lev "lock_dlm: " fmt "\n" , ## arg) argument
128 #define log_info(fmt, arg...) log_print(KERN_INFO , fmt , ## arg) argument
129 #define log_error(fmt, arg...) log_print(KERN_ERR , fmt , ## arg) argument
131 #define log_debug(fmt, arg...) log_print(KERN_DEBUG , fmt , ## arg) argument
133 #define log_debug(fmt, arg...) argument
/fs/gfs2/
Dutil.h15 #define fs_printk(level, fs, fmt, arg...) \ argument
18 #define fs_info(fs, fmt, arg...) \ argument
21 #define fs_warn(fs, fmt, arg...) \ argument
24 #define fs_err(fs, fmt, arg...) \ argument
Dsys.c218 #define LOCKSTRUCT_ATTR(name, fmt) \ argument
247 #define ARGS_ATTR(name, fmt) \ argument
Dutil.c36 int gfs2_lm_withdraw(struct gfs2_sbd *sdp, char *fmt, ...) in gfs2_lm_withdraw()
/fs/xfs/support/
Ddebug.c40 cmn_err(register int level, char *fmt, ...) in cmn_err()
68 char *fmt, in xfs_fs_vcmn_err()
/fs/ocfs2/cluster/
Dmasklog.h196 #define __mlog_printk(level, fmt, args...) \ argument
201 #define mlog(mask, fmt, args...) do { \ argument
222 #define mlog_entry(fmt, args...) do { \ argument
273 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument
/fs/autofs4/
Dautofs_i.h42 #define DPRINTK(fmt, args...) \ argument
48 #define DPRINTK(fmt, args...) do {} while (0) argument
51 #define AUTOFS_WARN(fmt, args...) \ argument
57 #define AUTOFS_ERROR(fmt, args...) \ argument
/fs/xfs/
Dxfs_error.c158 xfs_fs_cmn_err(int level, xfs_mount_t *mp, char *fmt, ...) in xfs_fs_cmn_err()
168 xfs_cmn_err(int panic_tag, int level, xfs_mount_t *mp, char *fmt, ...) in xfs_cmn_err()
Dxfs_error.h174 #define xfs_fs_repair_cmn_err(level, mp, fmt, args...) \ argument
177 #define xfs_fs_mount_cmn_err(f, fmt, args...) \ argument
/fs/
Dexec.c73 int register_binfmt(struct linux_binfmt * fmt) in register_binfmt()
85 void unregister_binfmt(struct linux_binfmt * fmt) in unregister_binfmt()
94 static inline void put_binfmt(struct linux_binfmt * fmt) in put_binfmt()
143 struct linux_binfmt * fmt; in SYSCALL_DEFINE1() local
1188 struct linux_binfmt *fmt; in search_binary_handler() local
Ddquot.c143 int register_quota_format(struct quota_format_type *fmt) in register_quota_format()
152 void unregister_quota_format(struct quota_format_type *fmt) in unregister_quota_format()
187 static void put_quota_format(struct quota_format_type *fmt) in put_quota_format()
1788 struct quota_format_type *fmt = find_quota_format(format_id); in vfs_load_quota_inode() local
/fs/affs/
Damigaffs.c445 affs_error(struct super_block *sb, const char *function, const char *fmt, ...) in affs_error()
461 affs_warning(struct super_block *sb, const char *function, const char *fmt, ...) in affs_warning()
/fs/configfs/
Ditem.c65 int config_item_set_name(struct config_item * item, const char * fmt, ...) in config_item_set_name()
/fs/ufs/
Dsuper.c228 const char * fmt, ...) in ufs_error()
260 const char * fmt, ...) in ufs_panic()
283 const char * fmt, ...) in ufs_warning()
/fs/fat/
Dmisc.c22 void fat_fs_error(struct super_block *s, const char *fmt, ...) in fat_fs_error()
/fs/ext4/
Dmballoc.h44 #define mb_debug(fmt, a...) printk(fmt, ##a) argument
46 #define mb_debug(fmt, a...) argument
/fs/adfs/
Dadfs.h78 #define adfs_error(sb, fmt...) __adfs_error(sb, __func__, fmt) argument
/fs/exportfs/
Dexpfs.c19 #define dprintk(fmt, args...) do{}while(0) argument

123