Lines Matching refs:exists
37 size_t alloc_size, bool *exists) in uapi_add_get_elm() argument
43 *exists = false; in uapi_add_get_elm()
53 *exists = true; in uapi_add_get_elm()
65 bool exists; in uapi_create_write() local
73 &exists); in uapi_create_write()
77 if (WARN_ON(exists && (def->write.is_ex != method_elm->is_ex))) in uapi_create_write()
105 bool exists; in uapi_merge_method() local
111 &exists); in uapi_merge_method()
114 if (exists) { in uapi_merge_method()
174 bool exists; in uapi_merge_obj_tree() local
178 obj_elm = uapi_add_get_elm(uapi, obj_key, sizeof(*obj_elm), &exists); in uapi_merge_obj_tree()
228 bool exists; in uapi_disable_elm() local
234 uapi, obj_key, sizeof(*obj_elm), &exists); in uapi_disable_elm()
246 sizeof(*method_elm), &exists); in uapi_disable_elm()
259 sizeof(*write_elm), &exists); in uapi_disable_elm()
277 bool exists; in uapi_merge_def() local
333 sizeof(*obj_elm), &exists); in uapi_merge_def()