Searched refs:fdflags (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
H A D | openat2_test.c | 231 int fd, fdflags = -1; in test_openat2_flags() local 265 fdflags = fcntl(fd, F_GETFL); in test_openat2_flags() 269 E_assert(fdflags >= 0, "fcntl F_GETFL of new fd"); in test_openat2_flags() 274 fdflags |= O_CLOEXEC; in test_openat2_flags() 277 fdflags |= O_CREAT; in test_openat2_flags() 279 fdflags &= ~O_LARGEFILE; in test_openat2_flags() 280 failed |= (fdflags != test->how.flags); in test_openat2_flags() 289 fd, fdpath, fdflags, in test_openat2_flags()
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | openat2_test.c | 246 int fd, fdflags = -1; in test_openat2_flags() local 280 fdflags = fcntl(fd, F_GETFL); in test_openat2_flags() 284 E_assert(fdflags >= 0, "fcntl F_GETFL of new fd"); in test_openat2_flags() 289 fdflags |= O_CLOEXEC; in test_openat2_flags() 292 fdflags |= O_CREAT; in test_openat2_flags() 294 fdflags &= ~O_LARGEFILE; in test_openat2_flags() 295 failed |= (fdflags != test->how.flags); in test_openat2_flags() 304 fd, fdpath, fdflags, in test_openat2_flags()
|
/kernel/linux/linux-5.10/drivers/net/can/m_can/ |
H A D | m_can.c | 1463 u32 id, cccr, fdflags; in m_can_tx_handler() local 1541 fdflags = 0; in m_can_tx_handler() 1543 fdflags |= TX_BUF_FDF; in m_can_tx_handler() 1545 fdflags |= TX_BUF_BRS; in m_can_tx_handler() 1557 fdflags | TX_BUF_EFC); in m_can_tx_handler()
|
/kernel/linux/linux-6.6/drivers/net/can/m_can/ |
H A D | m_can.c | 1643 u32 cccr, fdflags; in m_can_tx_handler() local 1728 fdflags = 0; in m_can_tx_handler() 1730 fdflags |= TX_BUF_FDF; in m_can_tx_handler() 1732 fdflags |= TX_BUF_BRS; in m_can_tx_handler() 1737 fdflags | TX_BUF_EFC; in m_can_tx_handler()
|
Completed in 8 milliseconds