Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c38 #define to_fh(x) container_of(x, struct file_handle, base) macro
225 struct file_handle *fh = to_fh(file); in efi_file_open()
277 struct file_handle *fh = to_fh(file); in efi_file_close()
284 struct file_handle *fh = to_fh(file); in efi_file_delete()
392 struct file_handle *fh = to_fh(file); in efi_file_read()
426 struct file_handle *fh = to_fh(file); in efi_file_write()
464 struct file_handle *fh = to_fh(file); in efi_file_getpos()
491 struct file_handle *fh = to_fh(file); in efi_file_setpos()
532 struct file_handle *fh = to_fh(file); in efi_file_getinfo()