Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilelock.h190 void locks_remove_posix(struct file *, fl_owner_t);
308 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function
/linux/include/trace/events/
H A Dfilelock.h111 DEFINE_EVENT(filelock_lock, locks_remove_posix,
/linux/fs/
H A Dlocks.c2607 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function
2640 EXPORT_SYMBOL(locks_remove_posix);
2697 locks_remove_posix(filp, filp); in locks_remove_file()
H A Dopen.c1519 locks_remove_posix(filp, id); in filp_flush()