Searched refs:fasync_insert_entry (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ |
H A D | fcntl.c | 1038 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, struct fasync_struct *new) in fasync_insert_entry() function 1081 * fasync_insert_entry() returns the old (update) entry if in fasync_add_entry() 1087 if (fasync_insert_entry(fd, filp, fapp, new)) { in fasync_add_entry()
|
H A D | locks.c | 569 * fasync_insert_entry() returns the old entry if any. If there was no in lease_setup() 573 if (!fasync_insert_entry(fa->fa_fd, filp, &fl->fl_fasync, fa)) in lease_setup()
|
/linux/include/linux/ |
H A D | fs.h | 1220 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struct fasync_struct *);
|