Searched defs:file_system (Results 1 – 5 of 5) sorted by relevance
243 open_file_system(struct efi_simple_file_system_protocol **file_system) in open_file_system()291 struct efi_simple_file_system_protocol *file_system; in do_load() local427 struct efi_simple_file_system_protocol *file_system; in do_save() local
327 struct efi_simple_file_system_protocol *file_system; in do_save() local
305 struct efi_simple_file_system_protocol *file_system; in execute() local
221 struct efi_simple_file_system_protocol file_system = { variable
23 struct file_system { struct24 struct efi_simple_file_system_protocol base; argument29 #define to_fs(x) container_of(x, struct file_system, base) argument
Completed in 14 milliseconds