Lines Matching refs:function

322 	 * Start the daily error reporting function if it hasn't been
338 * The del_gendisk() function uninitializes the disk-specific data
418 void __ext4_error(struct super_block *sb, const char *function,
430 sb->s_id, function, line, current->comm, &vaf);
433 save_error_info(sb, function, line);
437 void __ext4_error_inode(struct inode *inode, const char *function,
454 inode->i_sb->s_id, function, line, inode->i_ino,
459 inode->i_sb->s_id, function, line, inode->i_ino,
463 save_error_info(inode->i_sb, function, line);
467 void __ext4_error_file(struct file *file, const char *function,
490 inode->i_sb->s_id, function, line, inode->i_ino,
496 inode->i_sb->s_id, function, line, inode->i_ino,
500 save_error_info(inode->i_sb, function, line);
541 void __ext4_std_error(struct super_block *sb, const char *function,
557 sb->s_id, function, line, errstr);
560 save_error_info(sb, function, line);
566 * abort function may be used to deal with unrecoverable failures such
574 void __ext4_abort(struct super_block *sb, const char *function,
579 save_error_info(sb, function, line);
582 function, line);
598 save_error_info(sb, function, line);
620 void __ext4_warning(struct super_block *sb, const char *function,
634 sb->s_id, function, line, &vaf);
638 void __ext4_grp_locked_error(const char *function, unsigned int line,
651 __save_error_info(sb, function, line);
658 sb->s_id, function, line, grp);
683 * aggressively from the ext4 function in question, with a
1033 * jbd2 layer's try_to_free_buffers() function to release them.
2816 * This function is called once a day if we have errors logged
2942 * This is the function where ext4lazyinit thread lives. It walks
2946 * function. Based on that time we compute next schedule time of
3915 sbi->s_err_report.function = print_daily_error_info;
4703 * being sent at the end of the function. But we can skip it if
4730 * LVM calls this function before a (read-only) snapshot is created. This
4733 * Note that only this function cannot bring a filesystem to be in a clean
5069 /* Helper function for writing quotas on sync - we need to start transaction
5181 * Standard function to be called on quota_on
5279 * quota_on function that is used when QUOTA feature is set.
5320 * quota_off function that is used when QUOTA feature is set.