Scroll to navigation

nvmf_exat_len(9) libnvme API manual nvmf_exat_len(9)

NAME

nvmf_exat_len - Return length rounded up by 4

SYNOPSIS

__u16 nvmf_exat_len (size_t val_len );

ARGUMENTS

Value length

DESCRIPTION

Return the size in bytes, rounded to a multiple of 4 (e.g., size of __u32), of the buffer needed to hold the exat value of size val_len.

RETURN

Length rounded up by 4

nvmf_exat_len February 2024