Home
last modified time | relevance | path

Searched defs:INIT_STRUCT_STAT64_PADDING (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dstat.h76 #define INIT_STRUCT_STAT64_PADDING(st) do { \ macro
/openbmc/linux/fs/
H A Dstat.c535 # define INIT_STRUCT_STAT64_PADDING(st) memset(&st, 0, sizeof(st)) macro