Home
last modified time | relevance | path

Searched refs:OPEN_HOW_SIZE_VER0 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dfcntl.h21 #define OPEN_HOW_SIZE_VER0 24 /* sizeof first published struct */ macro
22 #define OPEN_HOW_SIZE_LATEST OPEN_HOW_SIZE_VER0
/openbmc/linux/tools/testing/selftests/openat2/
H A Dhelpers.h45 #define OPEN_HOW_SIZE_VER0 24 /* sizeof first published struct */ macro
46 #define OPEN_HOW_SIZE_LATEST OPEN_HOW_SIZE_VER0
H A Dhelpers.c101 BUILD_BUG_ON(sizeof(struct open_how) != OPEN_HOW_SIZE_VER0); in init()
H A Dopenat2_test.c72 .size = OPEN_HOW_SIZE_VER0 - 1, .err = -EINVAL }, in test_openat2_struct()
/openbmc/linux/io_uring/
H A Dopenclose.c99 if (len < OPEN_HOW_SIZE_VER0) in io_openat2_prep()
/openbmc/linux/fs/
H A Dopen.c1459 BUILD_BUG_ON(sizeof(struct open_how) < OPEN_HOW_SIZE_VER0); in SYSCALL_DEFINE4()
1462 if (unlikely(usize < OPEN_HOW_SIZE_VER0)) in SYSCALL_DEFINE4()