Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_file.c37 #define to_fh(x) container_of(x, struct file_handle, base) macro
197 struct file_handle *fh = to_fh(file); in efi_file_open()
218 struct file_handle *fh = to_fh(file); in efi_file_close()
225 struct file_handle *fh = to_fh(file); in efi_file_delete()
321 struct file_handle *fh = to_fh(file); in efi_file_read()
355 struct file_handle *fh = to_fh(file); in efi_file_write()
382 struct file_handle *fh = to_fh(file); in efi_file_getpos()
397 struct file_handle *fh = to_fh(file); in efi_file_setpos()
438 struct file_handle *fh = to_fh(file); in efi_file_getinfo()