Home
last modified time | relevance | path

Searched refs:LOCK_MAND (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/uapi/asm-generic/
Dfcntl.h184 #define LOCK_MAND 32 /* This is a mandatory flock ... */ macro
/linux-4.19.296/fs/
Dlocks.c404 if (cmd & LOCK_MAND) in flock_translate_cmd()
405 return cmd & (LOCK_MAND | LOCK_RW); in flock_translate_cmd()
806 if ((caller_fl->fl_type & LOCK_MAND) || (sys_fl->fl_type & LOCK_MAND)) in flock_locks_conflict()
2000 if (!unlock && !(cmd & LOCK_MAND) && in SYSCALL_DEFINE2()
2648 if (fl->fl_type & LOCK_MAND) { in lock_get_status()
2668 if (fl->fl_type & LOCK_MAND) { in lock_get_status()
/linux-4.19.296/fs/ceph/
Dlocks.c293 if (fl->fl_type & LOCK_MAND) in ceph_flock()
/linux-4.19.296/fs/nfs/
Dfile.c826 if (fl->fl_type & LOCK_MAND) in nfs_flock()
/linux-4.19.296/fs/gfs2/
Dfile.c1247 if (fl->fl_type & LOCK_MAND) in gfs2_flock()