Lines Matching defs:error
318 * doesn't exist or an error occurs, %NULL will be returned. The returned
344 int error;
357 error = simple_pin_fs(&debug_fs_type, &debugfs_mount,
359 if (error) {
361 return ERR_PTR(error);
472 * you are responsible here.) If an error occurs, ERR_PTR(-ERROR) will be
480 * passed to them could be an error and they don't crash in that case.
578 * you are responsible here.) If an error occurs, ERR_PTR(-ERROR) will be
586 * passed to them could be an error and they don't crash in that case.
697 * unloaded, you are responsible here.) If an error occurs, ERR_PTR(-ERROR)
761 * parameter is NULL or an error value, nothing will be done.
817 * reflect renaming) if it succeeds. If an error occurs, ERR_PTR(-ERROR)
826 int error;
852 error = simple_rename(&nop_mnt_idmap, d_inode(old_dir), old_dentry,
854 if (error) {