Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/openat2/
Dopenat2_test.c246 int fd, fdflags = -1; in test_openat2_flags() local
270 fdflags = fcntl(fd, F_GETFL); in test_openat2_flags()
274 E_assert(fdflags >= 0, "fcntl F_GETFL of new fd"); in test_openat2_flags()
279 fdflags |= O_CLOEXEC; in test_openat2_flags()
282 fdflags |= O_CREAT; in test_openat2_flags()
284 fdflags &= ~O_LARGEFILE; in test_openat2_flags()
285 failed |= (fdflags != test->how.flags); in test_openat2_flags()
294 fd, fdpath, fdflags, in test_openat2_flags()
/Linux-v5.15/drivers/net/can/m_can/
Dm_can.c1592 u32 cccr, fdflags; in m_can_tx_handler() local
1674 fdflags = 0; in m_can_tx_handler()
1676 fdflags |= TX_BUF_FDF; in m_can_tx_handler()
1678 fdflags |= TX_BUF_BRS; in m_can_tx_handler()
1683 fdflags | TX_BUF_EFC; in m_can_tx_handler()