Searched refs:fl_fasync (Results 1 – 2 of 2) sorted by relevance
427 kill_fasync(&fl->fl_fasync, SIGIO, POLL_MSG); in lease_break_callback()582 fasync_helper(0, fl->fl_file, 0, &fl->fl_fasync); in locks_delete_lock()583 if (fl->fl_fasync != NULL) { in locks_delete_lock()584 printk(KERN_ERR "locks_delete_lock: fasync == %p\n", fl->fl_fasync); in locks_delete_lock()585 fl->fl_fasync = NULL; in locks_delete_lock()1560 if (!fasync_insert_entry(fd, filp, &ret->fl_fasync, new)) in do_fcntl_add_lease()
1147 struct fasync_struct * fl_fasync; /* for lease break notifications */ member