Searched refs:LOCK_MAND (Results 1 – 7 of 7) sorted by relevance
7 #ifndef LOCK_MAND8 #define LOCK_MAND 32 macro
184 #define LOCK_MAND 32 /* This is a mandatory flock ... */ macro
183 #define LOCK_MAND 32 /* This is a mandatory flock ... */ macro
464 if (cmd & LOCK_MAND) in flock_translate_cmd()465 return cmd & (LOCK_MAND | LOCK_RW); in flock_translate_cmd()945 if ((caller_fl->fl_type & LOCK_MAND) || (sys_fl->fl_type & LOCK_MAND)) in flock_locks_conflict()2237 if (!unlock && !(cmd & LOCK_MAND) && in SYSCALL_DEFINE2()2858 if (fl->fl_type & LOCK_MAND) { in lock_get_status()2878 if (fl->fl_type & LOCK_MAND) { in lock_get_status()
309 if (fl->fl_type & LOCK_MAND) in ceph_flock()
838 if (fl->fl_type & LOCK_MAND) in nfs_flock()
1350 if (fl->fl_type & LOCK_MAND) in gfs2_flock()