Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/uapi/asm/
Dstat.h31 #define INIT_STRUCT_STAT_PADDING(st) do { \ macro
106 #define INIT_STRUCT_STAT_PADDING(st) do { \ macro
/linux-4.4.14/fs/
Dstat.c225 #ifndef INIT_STRUCT_STAT_PADDING
226 # define INIT_STRUCT_STAT_PADDING(st) memset(&st, 0, sizeof(st)) macro
240 INIT_STRUCT_STAT_PADDING(tmp); in cp_new_stat()