Home
last modified time | relevance | path

Searched defs:LOCK_UN (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/include/
Dfile_lock.h42 #define LOCK_UN 0x0002 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfile.h10 #define LOCK_UN 8 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfile.h10 #define LOCK_UN 8 macro
/third_party/musl/ndk_musl_include/sys/
Dfile.h10 #define LOCK_UN 8 macro
/third_party/musl/include/sys/
Dfile.h10 #define LOCK_UN 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfile.h10 #define LOCK_UN 8 macro
/third_party/python/Modules/
Dfcntlmodule.c304 #define LOCK_UN 8 /* unlock */ in fcntl_flock_impl() macro
385 #define LOCK_UN 8 /* unlock */ in fcntl_lockf_impl() macro