Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dfilelock.h111 DEFINE_EVENT(filelock_lock, locks_remove_posix,
/OK3568_Linux_fs/kernel/fs/
H A Dlocks.c2696 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function
2729 EXPORT_SYMBOL(locks_remove_posix);
2786 locks_remove_posix(filp, filp); in locks_remove_file()
H A Dopen.c1329 locks_remove_posix(filp, id); in filp_close()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1173 extern void locks_remove_posix(struct file *, fl_owner_t);
1252 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() function