Home
last modified time | relevance | path

Searched refs:locks_remove_posix (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/linux/
Dfilelock.h157 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
/Linux-v6.6/include/trace/events/
Dfilelock.h111 DEFINE_EVENT(filelock_lock, locks_remove_posix,
/Linux-v6.6/fs/
Dlocks.c2540 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function
2573 EXPORT_SYMBOL(locks_remove_posix);
2630 locks_remove_posix(filp, filp); in locks_remove_file()
Dopen.c1536 locks_remove_posix(filp, id); in filp_flush()