Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dfilelock.h111 DEFINE_EVENT(filelock_lock, locks_remove_posix,
/Linux-v5.4/fs/
Dlocks.c2664 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function
2697 EXPORT_SYMBOL(locks_remove_posix);
2754 locks_remove_posix(filp, filp); in locks_remove_file()
Dopen.c1178 locks_remove_posix(filp, id); in filp_close()
/Linux-v5.4/include/linux/
Dfs.h1156 extern void locks_remove_posix(struct file *, fl_owner_t);
1235 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function