Lines Matching full: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()
108 bool exists; in uapi_merge_method() local
114 &exists); in uapi_merge_method()
117 if (exists) { in uapi_merge_method()
177 bool exists; in uapi_merge_obj_tree() local
181 obj_elm = uapi_add_get_elm(uapi, obj_key, sizeof(*obj_elm), &exists); in uapi_merge_obj_tree()
231 bool exists; in uapi_disable_elm() local
237 uapi, obj_key, sizeof(*obj_elm), &exists); in uapi_disable_elm()
249 sizeof(*method_elm), &exists); in uapi_disable_elm()
262 sizeof(*write_elm), &exists); in uapi_disable_elm()
280 bool exists; in uapi_merge_def() local
336 sizeof(*obj_elm), &exists); in uapi_merge_def()