Home
last modified time | relevance | path

Searched refs:fsa (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dmodule.c514 struct find_symbol_arg *fsa = data; in check_exported_symbol() local
516 if (!fsa->gplok) { in check_exported_symbol()
519 if (syms->license == WILL_BE_GPL_ONLY && fsa->warn) { in check_exported_symbol()
522 fsa->name); in check_exported_symbol()
527 if (syms->unused && fsa->warn) { in check_exported_symbol()
529 "using it.\n", fsa->name); in check_exported_symbol()
538 fsa->owner = owner; in check_exported_symbol()
539 fsa->crc = symversion(syms->crcs, symnum); in check_exported_symbol()
540 fsa->sym = &syms->start[symnum]; in check_exported_symbol()
541 fsa->license = syms->license; in check_exported_symbol()
[all …]