Lines Matching refs:owner
414 struct module *owner,
416 struct module *owner,
423 if (fn(&arr[j], owner, data))
432 struct module *owner,
501 struct module *owner;
508 struct module *owner,
535 fsa->owner = owner;
577 struct module *owner,
586 if (sym != NULL && check_exported_symbol(syms, owner,
596 struct module **owner,
609 if (owner)
610 *owner = fsa.owner;
1085 struct module *owner;
1088 if (!find_symbol(symbol, &owner, NULL, NULL, true, false))
1090 module_put(owner);
1440 static bool inherit_taint(struct module *mod, struct module *owner)
1442 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints))
1447 mod->name, owner->name);
1453 mod->name, owner->name);
1465 struct module *owner;
1478 sym = find_symbol(name, &owner, &crc, &license,
1486 if (!inherit_taint(mod, owner)) {
1502 err = ref_module(mod, owner);
1510 strncpy(ownername, module_name(owner), MODULE_NAME_LEN);
1522 char owner[MODULE_NAME_LEN];
1525 !IS_ERR(ksym = resolve_symbol(mod, info, name, owner))
1529 mod->name, owner);
2275 struct module *owner;
2280 sym = find_symbol(symbol, &owner, NULL, &license, true, true);
2288 if (strong_try_module_get(owner))
2317 struct module *owner;
2334 if (find_symbol(kernel_symbol_name(s), &owner, NULL,
2339 module_name(owner));