Lines Matching refs:error
295 * doesn't exist or an error occurs, %NULL will be returned. The returned
321 int error;
334 error = simple_pin_fs(&debug_fs_type, &debugfs_mount,
336 if (error) {
338 return ERR_PTR(error);
449 * you are responsible here.) If an error occurs, ERR_PTR(-ERROR) will be
550 * you are responsible here.) If an error occurs, ERR_PTR(-ERROR) will be
664 * unloaded, you are responsible here.) If an error occurs, ERR_PTR(-ERROR)
728 * parameter is NULL or an error value, nothing will be done.
784 * reflect renaming) if it succeeds. If an error occurs, %NULL will be
793 int error;
819 error = simple_rename(d_inode(old_dir), old_dentry, d_inode(new_dir),
821 if (error) {