Searched refs:fa_fd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | fcntl.c | 938 fa->fa_fd = fd; in fasync_insert_entry() 946 new->fa_fd = fd; in fasync_insert_entry() 1020 send_sigio(fown, fa->fa_fd, band); in kill_fasync_rcu()
|
H A D | locks.c | 600 if (!fasync_insert_entry(fa->fa_fd, filp, &fl->fl_fasync, fa)) in lease_setup() 2127 new->fa_fd = fd; in do_fcntl_add_lease()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fcntl.c | 921 fa->fa_fd = fd; in fasync_insert_entry() 929 new->fa_fd = fd; in fasync_insert_entry() 1003 send_sigio(fown, fa->fa_fd, band); in kill_fasync_rcu()
|
H A D | locks.c | 537 if (!fasync_insert_entry(fa->fa_fd, filp, &fl->fl_fasync, fa)) in lease_setup() 1979 new->fa_fd = fd; in do_fcntl_add_lease()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1326 int fa_fd; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 1086 int fa_fd; member
|
Completed in 21 milliseconds