Searched refs:LOCK_MAND (Results 1 – 4 of 4) sorted by relevance
183 #define LOCK_MAND 32 /* This is a mandatory flock ... */ macro
359 if (cmd & LOCK_MAND) in flock_translate_cmd()360 return cmd & (LOCK_MAND | LOCK_RW); in flock_translate_cmd()756 if ((caller_fl->fl_type & LOCK_MAND) || (sys_fl->fl_type & LOCK_MAND)) in flock_locks_conflict()1939 if (!unlock && !(cmd & LOCK_MAND) && in SYSCALL_DEFINE2()2565 if (fl->fl_type & LOCK_MAND) { in lock_get_status()2585 if (fl->fl_type & LOCK_MAND) { in lock_get_status()
887 if (fl->fl_type & LOCK_MAND) in nfs_flock()
1095 if (fl->fl_type & LOCK_MAND) in gfs2_flock()