Home
last modified time | relevance | path

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

/Linux-v5.10/include/trace/events/
Dfilelock.h111 DEFINE_EVENT(filelock_lock, locks_remove_posix,
/Linux-v5.10/fs/
Dlocks.c2699 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function
2732 EXPORT_SYMBOL(locks_remove_posix);
2789 locks_remove_posix(filp, filp); in locks_remove_file()
Dopen.c1280 locks_remove_posix(filp, id); in filp_close()
/Linux-v5.10/include/linux/
Dfs.h1139 extern void locks_remove_posix(struct file *, fl_owner_t);
1218 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function