Home
last modified time | relevance | path

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

/Linux-v6.6/fs/efivarfs/
Dsuper.c32 u64 storage_space, remaining_space, max_variable_size; in efivarfs_statfs() local
36 storage_space = remaining_space = 0; in efivarfs_statfs()
39 &remaining_space, in efivarfs_statfs()
54 buf->f_bfree = remaining_space; in efivarfs_statfs()
62 if (remaining_space > efivar_reserved_space()) in efivarfs_statfs()
63 buf->f_bavail = remaining_space - efivar_reserved_space(); in efivarfs_statfs()
/Linux-v6.6/drivers/firmware/efi/
Druntime-wrappers.c91 u64 *remaining_space; member
272 args->QUERY_VARIABLE_INFO.remaining_space, in efi_call_rts()
456 u64 *remaining_space, in virt_efi_query_variable_info() argument
467 remaining_space, max_variable_size); in virt_efi_query_variable_info()
474 u64 *remaining_space, u64 *max_variable_size) in virt_efi_query_variable_info_nb() argument
485 storage_space, remaining_space, in virt_efi_query_variable_info_nb()
Dvars.c251 u64 *remaining_space, in efivar_query_variable_info() argument
257 remaining_space, max_variable_size); in efivar_query_variable_info()
/Linux-v6.6/arch/x86/platform/efi/
Defi_64.c764 u64 *remaining_space, in efi_thunk_query_variable_info() argument
777 phys_remaining = virt_to_phys_or_null(remaining_space); in efi_thunk_query_variable_info()
790 u64 *remaining_space, in efi_thunk_query_variable_info_nonblocking() argument
804 phys_remaining = virt_to_phys_or_null(remaining_space); in efi_thunk_query_variable_info_nonblocking()
/Linux-v6.6/drivers/xen/
Defi.c187 u64 *remaining_space, in xen_efi_query_variable_info() argument
201 *remaining_space = efi_data(op).u.query_variable_info.remain_store_size; in xen_efi_query_variable_info()
/Linux-v6.6/include/linux/
Defi.h303 u64 *remaining_space,
1112 u64 *remaining_space,
/Linux-v6.6/tools/perf/
Dbuiltin-trace.c2621 ssize_t remaining_space; local
2653 remaining_space = trace__entry_str_size - entry_str_len - 1; /* \0 */
2654 if (remaining_space <= 0)
2657 if (filename_len > (size_t)remaining_space) {
2658 filename += filename_len - remaining_space;
2659 filename_len = remaining_space;