Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/trace/beauty/
Dflock.c7 #ifndef LOCK_MAND
8 #define LOCK_MAND 32 macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dfcntl.h183 #define LOCK_MAND 32 /* This is a mandatory flock ... */ macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dfcntl.h184 #define LOCK_MAND 32 /* This is a mandatory flock ... */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dfcntl.h140 #define LOCK_MAND 32 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dfcntl.h126 #define LOCK_MAND 32 macro
/kernel/linux/linux-5.10/fs/
Dlocks.c464 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()
2234 if (!unlock && !(cmd & LOCK_MAND) && in SYSCALL_DEFINE2()
2878 if (fl->fl_type & LOCK_MAND) { in lock_get_status()
2898 if (fl->fl_type & LOCK_MAND) { in lock_get_status()
/kernel/linux/linux-5.10/fs/ceph/
Dlocks.c305 if (fl->fl_type & LOCK_MAND) in ceph_flock()
/kernel/linux/linux-5.10/fs/nfs/
Dfile.c836 if (fl->fl_type & LOCK_MAND) in nfs_flock()
/kernel/linux/linux-5.10/fs/gfs2/
Dfile.c1356 if (fl->fl_type & LOCK_MAND) in gfs2_flock()