Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/fs/
Dstat.c431 #ifndef INIT_STRUCT_STAT_PADDING
432 # define INIT_STRUCT_STAT_PADDING(st) memset(&st, 0, sizeof(st)) macro
448 INIT_STRUCT_STAT_PADDING(tmp); in cp_new_stat()