Lines Matching defs:error
43 int error;
45 error = simple_fill_super(sb, SECURITYFS_MAGIC, files);
46 if (error)
47 return error;
101 * is unloaded, you are responsible here). If an error occurs, the
102 * function will return the error value (via ERR_PTR).
114 int error;
121 error = simple_pin_fs(&fs_type, &mount, &mount_count);
122 if (error)
123 return ERR_PTR(error);
136 error = -EEXIST;
142 error = -ENOMEM;
168 dentry = ERR_PTR(error);
194 * you are responsible here). If an error occurs, the function will return
195 * the error value (via ERR_PTR).
222 * you are responsible here). If an error occurs, the function will return
223 * the error value (via ERR_PTR).
254 * you are responsible here). If an error occurs, the function will return
255 * the error value (via ERR_PTR).