Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/uapi/asm/
Dstat.h32 #define INIT_STRUCT_STAT_PADDING(st) do { \ macro
107 #define INIT_STRUCT_STAT_PADDING(st) do { \ macro
/linux-6.1.9/fs/
Dstat.c363 #ifndef INIT_STRUCT_STAT_PADDING
364 # define INIT_STRUCT_STAT_PADDING(st) memset(&st, 0, sizeof(st)) macro
380 INIT_STRUCT_STAT_PADDING(tmp); in cp_new_stat()