• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/

Lines Matching defs:function

330 	 * Start the daily error reporting function if it hasn't been
382 void __ext4_error(struct super_block *sb, const char *function,
389 sb->s_id, function, line, current->comm);
397 void ext4_error_inode(struct inode *inode, const char *function,
406 save_error_info(inode->i_sb, function, line);
409 inode->i_sb->s_id, function, line, inode->i_ino);
420 void ext4_error_file(struct file *file, const char *function,
430 save_error_info(inode->i_sb, function, line);
438 inode->i_sb->s_id, function, line, inode->i_ino,
484 void __ext4_std_error(struct super_block *sb, const char *function,
499 sb->s_id, function, line, errstr);
500 save_error_info(sb, function, line);
507 * abort function may be used to deal with unrecoverable failures such
515 void __ext4_abort(struct super_block *sb, const char *function,
520 save_error_info(sb, function, line);
523 function, line);
534 save_error_info(sb, function, line);
552 void __ext4_warning(struct super_block *sb, const char *function,
559 sb->s_id, function, line);
565 void __ext4_grp_locked_error(const char *function, unsigned int line,
577 __save_error_info(sb, function, line);
580 sb->s_id, function, line, grp);
604 * aggressively from the ext4 function in question, with a
1102 * jbd2 layer's try_to_free_buffers() function to release them.
2500 * This function is called once a day if we have errors logged
3165 sbi->s_err_report.function = print_daily_error_info;
3660 * LVM calls this function before a (read-only) snapshot is created. This
3958 /* Helper function for writing quotas on sync - we need to start transaction
4067 * Standard function to be called on quota_on