Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dfilelock.h111 DEFINE_EVENT(filelock_lock, locks_remove_posix,
/Linux-v4.19/fs/
Dlocks.c2463 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function
2496 EXPORT_SYMBOL(locks_remove_posix);
2557 locks_remove_posix(filp, filp); in locks_remove_file()
Dopen.c1144 locks_remove_posix(filp, id); in filp_close()
/Linux-v4.19/include/linux/
Dfs.h1098 extern void locks_remove_posix(struct file *, fl_owner_t);
1172 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function