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