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()922 if ((caller_fl->fl_type & LOCK_MAND) || (sys_fl->fl_type & LOCK_MAND)) in flock_locks_conflict()2203 if (!unlock && !(cmd & LOCK_MAND) && in SYSCALL_DEFINE2()2823 if (fl->fl_type & LOCK_MAND) { in lock_get_status()2843 if (fl->fl_type & LOCK_MAND) { in lock_get_status()
288 if (fl->fl_type & LOCK_MAND) in ceph_flock()
822 if (fl->fl_type & LOCK_MAND) in nfs_flock()
1279 if (fl->fl_type & LOCK_MAND) in gfs2_flock()