Lines Matching refs:error
92 int error = -ENOMEM; in tomoyo_mount_acl() local
107 error = -ENOMEM; in tomoyo_mount_acl()
127 error = -ENODEV; in tomoyo_mount_acl()
137 error = -ENOENT; in tomoyo_mount_acl()
143 error = -ENOENT; in tomoyo_mount_acl()
152 error = -ENOMEM; in tomoyo_mount_acl()
166 error = tomoyo_audit_mount_log(r); in tomoyo_mount_acl()
167 } while (error == TOMOYO_RETRY_REQUEST); in tomoyo_mount_acl()
177 return error; in tomoyo_mount_acl()
196 int error; in tomoyo_mount_permission() local
237 error = tomoyo_mount_acl(&r, dev_name, path, type, flags); in tomoyo_mount_permission()
239 return error; in tomoyo_mount_permission()