Searched refs:fcntl_getlk64 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/arch/arm/kernel/ |
D | sys_oabi-compat.c | 251 err = fcntl_getlk64(f.file, cmd, &flock); in sys_oabi_fcntl64()
|
/Linux-v6.1/fs/ |
D | fcntl.c | 489 err = fcntl_getlk64(f.file, cmd, &flock); in SYSCALL_DEFINE3()
|
D | locks.c | 2428 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 *flock) in fcntl_getlk64() function
|
/Linux-v6.1/include/linux/ |
D | fs.h | 1149 extern int fcntl_getlk64(struct file *, unsigned int, struct flock64 *); 1203 static inline int fcntl_getlk64(struct file *file, unsigned int cmd, in fcntl_getlk64() function
|