Searched refs:kmod_file_get_fd (Results 1 – 3 of 3) sorted by relevance
167 int kmod_file_get_fd(const struct kmod_file *file) _must_check_ __attribute__((nonnull(1)));
525 int kmod_file_get_fd(const struct kmod_file *file) in kmod_file_get_fd() function
891 err = finit_module(kmod_file_get_fd(mod->file), args, kernel_flags); in do_finit_module()