Home
last modified time | relevance | path

Searched refs:STATX__RESERVED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h158 #define STATX__RESERVED 0x80000000U /* Reserved for future struct statx expansion */ macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h158 #define STATX__RESERVED 0x80000000U /* Reserved for future struct statx expansion */ macro
/openbmc/linux/fs/
H A Dstat.c666 if (mask & STATX__RESERVED) in do_statx()