Searched refs:fasync_insert_entry (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ |
H A D | fcntl.c | 904 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry() function 953 if (fasync_insert_entry(fd, filp, fapp, new)) { in fasync_add_entry()
|
H A D | locks.c | 537 if (!fasync_insert_entry(fa->fa_fd, filp, &fl->fl_fasync, fa)) in lease_setup()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 1096 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
|