Home
last modified time | relevance | path

Searched refs:LOCK_WRITE (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dflock.c15 #ifndef LOCK_WRITE
16 #define LOCK_WRITE 128 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h186 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h186 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h186 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h185 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h247 # define LOCK_WRITE 128 /* ... which allows concurrent write operations. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h247 # define LOCK_WRITE 128 /* ... which allows concurrent write operations. */ macro
/OK3568_Linux_fs/kernel/fs/
H A Dlocks.c2878 ? (fl->fl_type & LOCK_WRITE) ? "RW " : "READ " in lock_get_status()
2879 : (fl->fl_type & LOCK_WRITE) ? "WRITE" : "NONE "); in lock_get_status()