Home
last modified time | relevance | path

Searched refs:F_SETLK (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/
H A Dfcntl.h34 #define IS_SETLK32(cmd) ((cmd) == F_SETLK)
44 #define IS_SETLK64(cmd) ((cmd) == F_SETLK)
/kernel/linux/linux-6.6/include/linux/
H A Dfcntl.h30 #define IS_SETLK32(cmd) ((cmd) == F_SETLK)
40 #define IS_SETLK64(cmd) ((cmd) == F_SETLK)
/kernel/linux/linux-6.6/include/trace/misc/
H A Dfs.h58 { F_SETLK, "SETLK" }, \
79 { F_SETLK, "SETLK" }, \
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dfcntl.h39 #define F_SETLK 8 macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dfcntl.h39 #define F_SETLK 8 macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dfcntl.h41 #define F_SETLK 6 macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dfcntl.h44 #define F_SETLK 8 macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dfcntl.h41 #define F_SETLK 6 macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dfcntl.h44 #define F_SETLK 8 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dfcntl.h36 #define F_SETLK 6 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dfcntl.h36 #define F_SETLK 6 macro
/kernel/linux/linux-6.6/fs/lockd/
H A Dsvclock.c549 error = vfs_lock_file(file->f_file[mode], F_SETLK, &lock->fl, NULL); in nlmsvc_lock()
675 error = vfs_lock_file(lock->fl.fl_file, F_SETLK, in nlmsvc_unlock()
679 error |= vfs_lock_file(lock->fl.fl_file, F_SETLK, in nlmsvc_unlock()
859 error = vfs_lock_file(file->f_file[mode], F_SETLK, &lock->fl, NULL); in nlmsvc_grant_blocked()
986 error = vfs_lock_file(fl->fl_file, F_SETLK, fl, NULL); in nlmsvc_grant_reply()
H A Dsvcsubs.c192 if (lock.fl_file && vfs_lock_file(lock.fl_file, F_SETLK, &lock, NULL)) in nlm_unlock_files()
195 if (lock.fl_file && vfs_lock_file(lock.fl_file, F_SETLK, &lock, NULL)) in nlm_unlock_files()
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dfcntl.h106 #define F_SETLK 6 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dfcntl.h107 #define F_SETLK 6 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dfcntl.h106 #define F_SETLK 6 macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dfcntl.h106 #define F_SETLK 6 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dfcntl.h77 #define F_SETLK 6 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dfcntl.h91 #define F_SETLK 6 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dfcntl.h91 #define F_SETLK 6 macro
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dfcntl.c93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK || in syscall_arg__scnprintf_fcntl_arg()
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dfcntl.c93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK || in syscall_arg__scnprintf_fcntl_arg()
/kernel/linux/linux-5.10/fs/lockd/
H A Dsvclock.c527 error = vfs_lock_file(file->f_file, F_SETLK, &lock->fl, NULL); in nlmsvc_lock()
657 error = vfs_lock_file(file->f_file, F_SETLK, &lock->fl, NULL); in nlmsvc_unlock()
831 error = vfs_lock_file(file->f_file, F_SETLK, &lock->fl, NULL); in nlmsvc_grant_blocked()
/kernel/linux/linux-5.10/fs/
H A Dfcntl.c374 case F_SETLK: in do_fcntl()
592 return F_SETLK; in convert_fcntl_cmd()
658 case F_SETLK: in do_compat_fcntl64()
/kernel/linux/linux-6.6/fs/
H A Dfcntl.c359 case F_SETLK: in do_fcntl()
575 return F_SETLK; in convert_fcntl_cmd()
641 case F_SETLK: in do_compat_fcntl64()

Completed in 11 milliseconds

12