Home
last modified time | relevance | path

Searched refs:RESOLVE_CACHED (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dopenat2.h38 #define RESOLVE_CACHED 0x20 /* Only complete if resolution can be macro
/linux-6.15/include/linux/
H A Dfcntl.h18 RESOLVE_BENEATH | RESOLVE_IN_ROOT | RESOLVE_CACHED)
/linux-6.15/io_uring/
H A Dopenclose.c127 resolve_nonblock = open->how.resolve & RESOLVE_CACHED; in io_openat2()
/linux-6.15/fs/
H A Dopen.c1344 if (how->resolve & RESOLVE_CACHED) { in build_open_flags()