Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenat2.h38 #define RESOLVE_CACHED 0x20 /* Only complete if resolution can be macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dopenat2.h38 #define RESOLVE_CACHED 0x20 /* Only complete if resolution can be macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dfcntl.h22 RESOLVE_BENEATH | RESOLVE_IN_ROOT | RESOLVE_CACHED)
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c1113 if (how->resolve & RESOLVE_CACHED) { in build_open_flags()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c4147 resolve_nonblock = req->open.how.resolve & RESOLVE_CACHED; in io_openat2()