Searched refs:LOCK_MAND (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/trace/beauty/
H A Dflock.c7 #ifndef LOCK_MAND
8 #define LOCK_MAND 32 macro
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h184 * LOCK_MAND support has been removed from the kernel. We leave the symbols
187 #define LOCK_MAND 32 /* This is a mandatory flock ... */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h184 * LOCK_MAND support has been removed from the kernel. We leave the symbols
187 #define LOCK_MAND 32 /* This is a mandatory flock ... */ macro
/linux-master/fs/
H A Dlocks.c2127 * - %LOCK_MAND -- a 'mandatory' flock. (DEPRECATED)
2129 * %LOCK_MAND support has been removed from the kernel.
2138 * LOCK_MAND locks were broken for a long time in that they never
2145 if (cmd & LOCK_MAND) {
2146 pr_warn_once("%s(%d): Attempt to set a LOCK_MAND lock via flock(2). This support has been removed and the request ignored.\n", current->comm, current->pid);

Completed in 133 milliseconds