Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dstat.h76 #define INIT_STRUCT_STAT64_PADDING(st) do { \ macro
/linux-6.3-rc2/fs/
A Dstat.c517 #ifndef INIT_STRUCT_STAT64_PADDING
518 # define INIT_STRUCT_STAT64_PADDING(st) memset(&st, 0, sizeof(st)) macro
525 INIT_STRUCT_STAT64_PADDING(tmp); in cp_new_stat64()

Completed in 5 milliseconds