Home
last modified time | relevance | path

Searched refs:LOCK_UN (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/tools/testing/selftests/powerpc/nx-gzip/include/
Dnx_dbg.h42 flock(nx_gzip_log->_fileno, LOCK_UN); \
/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h182 #define LOCK_UN 8 /* remove lock */ macro
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h182 #define LOCK_UN 8 /* remove lock */ macro
/linux-5.19.10/fs/
Dlocks.c421 case LOCK_UN: in flock_translate_cmd()
2111 unlock = (cmd == LOCK_UN); in SYSCALL_DEFINE2()
2617 flock_make_lock(filp, LOCK_UN, &fl); in locks_remove_flock()
/linux-5.19.10/tools/perf/util/
Dbpf_counter.c586 flock(attr_map_fd, LOCK_UN); in bperf__load()
/linux-5.19.10/Documentation/x86/
Dresctrl.rst1059 ret = flock(fd, LOCK_UN);