Searched defs:line (Results 1 - 24 of 24) sorted by relevance

/fs/ntfs/
H A Ddebug.c115 void __ntfs_debug(const char *file, int line, const char *function, argument
129 pr_debug("(%s, %d): %s(): %pV", file, line, flen ? function : "", &vaf);
/fs/xfs/
H A Dxfs_message.c95 asswarn(char *expr, char *file, int line) argument
97 xfs_warn(NULL, "Assertion failed: %s, file: %s, line: %d",
98 expr, file, line);
103 assfail(char *expr, char *file, int line) argument
105 xfs_emerg(NULL, "Assertion failed: %s, file: %s, line: %d",
106 expr, file, line);
H A Dxfs_error.c37 int line, char *file, unsigned long randfactor)
50 "Injecting error (%s) at file %s, line %d, on filesystem \"%s\"",
51 expression, file, line, xfs_etest_fsname[i]);
136 "Internal error %s at line %d of file %s. Caller %pF",
36 xfs_error_test(int error_tag, int *fsidp, char *expression, int line, char *file, unsigned long randfactor) argument
/fs/ext4/
H A Dblock_validity.c223 int ext4_check_blockref(const char *function, unsigned int line, argument
236 ext4_error_inode(inode, function, line, blk,
H A Dext4_jbd2.c62 handle_t *__ext4_journal_start_sb(struct super_block *sb, unsigned int line, argument
77 type, line);
80 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) argument
97 __ext4_std_error(sb, where, line, err);
101 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line, argument
119 err = jbd2_journal_start_reserved(handle, type, line);
125 static void ext4_journal_abort_handle(const char *caller, unsigned int line, argument
145 caller, line, errstr, err_fn);
150 int __ext4_journal_get_write_access(const char *where, unsigned int line, argument
160 ext4_journal_abort_handle(where, line, __func_
178 __ext4_forget(const char *where, unsigned int line, handle_t *handle, int is_metadata, struct inode *inode, struct buffer_head *bh, ext4_fsblk_t blocknr) argument
233 __ext4_journal_get_create_access(const char *where, unsigned int line, handle_t *handle, struct buffer_head *bh) argument
247 __ext4_handle_dirty_metadata(const char *where, unsigned int line, handle_t *handle, struct inode *inode, struct buffer_head *bh) argument
306 __ext4_handle_dirty_super(const char *where, unsigned int line, handle_t *handle, struct super_block *sb) argument
[all...]
H A Dmmp.c112 const char *function, unsigned int line, const char *msg)
114 __ext4_warning(sb, function, line, msg);
115 __ext4_warning(sb, function, line,
111 __dump_mmp_msg(struct super_block *sb, struct mmp_struct *mmp, const char *function, unsigned int line, const char *msg) argument
H A Ddir.c63 int __ext4_check_dir_entry(const char *function, unsigned int line, argument
88 ext4_error_file(filp, function, line, bh->b_blocknr,
95 ext4_error_inode(dir, function, line, bh->b_blocknr,
H A Dext4_jbd2.h234 int __ext4_journal_get_write_access(const char *where, unsigned int line,
237 int __ext4_forget(const char *where, unsigned int line, handle_t *handle,
241 int __ext4_journal_get_create_access(const char *where, unsigned int line,
244 int __ext4_handle_dirty_metadata(const char *where, unsigned int line,
248 int __ext4_handle_dirty_super(const char *where, unsigned int line,
264 handle_t *__ext4_journal_start_sb(struct super_block *sb, unsigned int line,
266 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle);
309 unsigned int line, int type,
312 return __ext4_journal_start_sb(inode->i_sb, line, type, blocks,
322 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line,
308 __ext4_journal_start(struct inode *inode, unsigned int line, int type, int blocks, int rsv_blocks) argument
[all...]
H A Dextents.c158 int __ext4_ext_dirty(const char *where, unsigned int line, handle_t *handle, argument
167 err = __ext4_handle_dirty_metadata(where, line, handle,
439 static int __ext4_ext_check(const char *function, unsigned int line, argument
480 ext4_error_inode(inode, function, line, 0,
499 __read_extent_tree_block(const char *function, unsigned int line, argument
518 err = __ext4_ext_check(function, line, inode,
H A Dinode.c374 unsigned int line,
379 ext4_error_inode(inode, func, line, map->m_pblk,
373 __check_block_validity(struct inode *inode, const char *func, unsigned int line, struct ext4_map_blocks *map) argument
H A Dmballoc.c548 function, file, line, # assert); \
554 const char *function, int line)
553 __mb_check_buddy(struct ext4_buddy *e4b, char *file, const char *function, int line) argument
H A Dnamei.c93 unsigned int line)
101 __ext4_warning(inode->i_sb, __func__, line,
109 ext4_error_inode(inode, __func__, line, block, "Directory hole found");
123 ext4_error_inode(inode, __func__, line, block,
140 ext4_error_inode(inode, __func__, line, block,
150 ext4_error_inode(inode, __func__, line, block,
90 __ext4_read_dirblock(struct inode *inode, ext4_lblk_t block, dirblock_type_t type, unsigned int line) argument
H A Dsuper.c302 unsigned int line)
312 es->s_last_error_line = cpu_to_le32(line);
317 es->s_first_error_line = cpu_to_le32(line);
331 unsigned int line)
333 __save_error_info(sb, func, line);
419 unsigned int line, const char *fmt, ...)
430 sb->s_id, function, line, current->comm, &vaf);
433 save_error_info(sb, function, line);
438 unsigned int line, ext4_fsblk_t block,
454 inode->i_sb->s_id, function, line, inod
301 __save_error_info(struct super_block *sb, const char *func, unsigned int line) argument
330 save_error_info(struct super_block *sb, const char *func, unsigned int line) argument
418 __ext4_error(struct super_block *sb, const char *function, unsigned int line, const char *fmt, ...) argument
437 __ext4_error_inode(struct inode *inode, const char *function, unsigned int line, ext4_fsblk_t block, const char *fmt, ...) argument
467 __ext4_error_file(struct file *file, const char *function, unsigned int line, ext4_fsblk_t block, const char *fmt, ...) argument
541 __ext4_std_error(struct super_block *sb, const char *function, unsigned int line, int errno) argument
574 __ext4_abort(struct super_block *sb, const char *function, unsigned int line, const char *fmt, ...) argument
620 __ext4_warning(struct super_block *sb, const char *function, unsigned int line, const char *fmt, ...) argument
[all...]
/fs/gfs2/
H A Dutil.c88 const char *function, char *file, unsigned int line)
93 " function = %s, file = %s, line = %u\n",
94 assertion, function, file, line);
106 const char *function, char *file, unsigned int line)
114 fs_warn(sdp, "warning: assertion \"%s\" failed at function = %s, file = %s, line = %u\n",
115 assertion, function, file, line);
124 "GFS2: fsid=%s: function = %s, file = %s, line = %u\n",
126 sdp->sd_fsname, function, file, line);
140 char *file, unsigned int line)
144 "fatal: filesystem consistency error - function = %s, file = %s, line
87 gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, const char *function, char *file, unsigned int line) argument
105 gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, const char *function, char *file, unsigned int line) argument
139 gfs2_consist_i(struct gfs2_sbd *sdp, int cluster_wide, const char *function, char *file, unsigned int line) argument
155 gfs2_consist_inode_i(struct gfs2_inode *ip, int cluster_wide, const char *function, char *file, unsigned int line) argument
176 gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd, int cluster_wide, const char *function, char *file, unsigned int line) argument
196 gfs2_meta_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, const char *type, const char *function, char *file, unsigned int line) argument
216 gfs2_metatype_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, u16 type, u16 t, const char *function, char *file, unsigned int line) argument
236 gfs2_io_error_i(struct gfs2_sbd *sdp, const char *function, char *file, unsigned int line) argument
253 gfs2_io_error_bh_i(struct gfs2_sbd *sdp, struct buffer_head *bh, const char *function, char *file, unsigned int line) argument
[all...]
H A Dutil.h43 const char *function, char *file, unsigned int line);
51 const char *function, char *file, unsigned int line);
59 const char *function, char *file, unsigned int line);
66 const char *function, char *file, unsigned int line);
73 const char *function, char *file, unsigned int line);
81 char *file, unsigned int line);
99 char *file, unsigned int line);
105 char *file, unsigned int line)
112 file, line);
115 file, line);
101 gfs2_metatype_check_i(struct gfs2_sbd *sdp, struct buffer_head *bh, u16 type, const char *function, char *file, unsigned int line) argument
[all...]
/fs/nfs/
H A Dnfsroot.c7 * option 17 and/or kernel command line options.
29 * Martin Mares : (2.2) "0.0.0.0" addresses from command line ignored.
39 * Gero Kuhlmann : "0.0.0.0" addresses from command line are
92 /* Parameters passed from the kernel command line */
109 * When the "nfsrootdebug" kernel command line option is specified,
123 * command line.
130 static int __init nfs_root_setup(char *line) argument
134 if (line[0] == '/' || line[0] == ',' || (line[
[all...]
/fs/cifs/
H A Dcifs_debug.c40 char buf[10], line[80]; local
45 line[0] = 0;
48 strcat(line, buf);
54 strcat(line, buf);
56 printk(KERN_DEBUG "%s\n", line);
/fs/dlm/
H A Dmember.c67 char line[SLOT_DEBUG_LINE]; local
72 memset(line, 0, sizeof(line));
79 ret = snprintf(line + pos, len - pos, " %d:%d",
87 ret = snprintf(line + pos, len - pos, " %d:%d",
95 log_rinfo(ls, "generation %u slots %d%s", gen, num_slots, line);
/fs/jbd/
H A Djournal.c95 unsigned int line, const char *fmt, ...)
105 printk(KERN_DEBUG "%s: (%s, %u): %pV\n", file, func, line, &vaf);
94 __jbd_debug(int level, const char *file, const char *func, unsigned int line, const char *fmt, ...) argument
/fs/btrfs/
H A Dsuper.c139 unsigned int line, int errno, const char *fmt, ...)
162 sb->s_id, function, line, errno, errstr, &vaf);
166 sb->s_id, function, line, errno, errstr);
218 unsigned int line, int errno, const char *fmt, ...)
252 unsigned int line, int errno)
271 function, line, errstr);
278 __btrfs_std_error(root->fs_info, function, line, errno, NULL);
285 unsigned int line, int errno, const char *fmt, ...)
301 s_id, function, line, &vaf, errno, errstr);
304 function, line,
138 __btrfs_std_error(struct btrfs_fs_info *fs_info, const char *function, unsigned int line, int errno, const char *fmt, ...) argument
217 __btrfs_std_error(struct btrfs_fs_info *fs_info, const char *function, unsigned int line, int errno, const char *fmt, ...) argument
250 __btrfs_abort_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root, const char *function, unsigned int line, int errno) argument
284 __btrfs_panic(struct btrfs_fs_info *fs_info, const char *function, unsigned int line, int errno, const char *fmt, ...) argument
[all...]
H A Dctree.h1161 * bytes_pinned is kept in line with what is actually pinned, as in
3957 static inline void assfail(char *expr, char *file, int line) argument
3959 pr_err("BTRFS: assertion failed: %s, file: %s, line: %d",
3960 expr, file, line);
3973 unsigned int line, int errno, const char *fmt, ...);
3978 unsigned int line, int errno);
4016 * detected, that way the exact line number is reported.
4040 unsigned int line, int errno, const char *fmt, ...);
/fs/
H A Dcompat_ioctl.c587 compat_int_t line; member in struct:serial_struct32
/fs/jbd2/
H A Djournal.c108 unsigned int line, const char *fmt, ...)
118 printk(KERN_DEBUG "%s: (%s, %u): %pV\n", file, func, line, &vaf);
107 __jbd2_debug(int level, const char *file, const char *func, unsigned int line, const char *fmt, ...) argument
/fs/ocfs2/
H A Ddlmglue.c124 unsigned int line,
130 lockres->l_name, function, line);
2870 /* End the line */
122 ocfs2_dump_meta_lvb_info(u64 level, const char *function, unsigned int line, struct ocfs2_lock_res *lockres) argument

Completed in 336 milliseconds