Searched refs:locks_remove_posix (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | filelock.h | 157 void locks_remove_posix(struct file *, fl_owner_t); 246 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function
|
/kernel/linux/linux-5.10/fs/ |
H A D | locks.c | 2550 locks_remove_posix(filp, files); in fcntl_setlk() 2681 locks_remove_posix(filp, files); in fcntl_setlk64() 2696 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function 2729 EXPORT_SYMBOL(locks_remove_posix); variable 2786 locks_remove_posix(filp, filp); in locks_remove_file()
|
H A D | open.c | 1298 locks_remove_posix(filp, id); in filp_close()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | filelock.h | 111 DEFINE_EVENT(filelock_lock, locks_remove_posix,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | filelock.h | 111 DEFINE_EVENT(filelock_lock, locks_remove_posix,
|
/kernel/linux/linux-6.6/fs/ |
H A D | locks.c | 2540 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function 2573 EXPORT_SYMBOL(locks_remove_posix); variable 2630 locks_remove_posix(filp, filp); in locks_remove_file()
|
H A D | open.c | 1533 locks_remove_posix(filp, id); in filp_flush()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1142 extern void locks_remove_posix(struct file *, fl_owner_t); 1222 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function
|
Completed in 19 milliseconds