Searched refs:fl_fasync (Results 1 – 2 of 2) sorted by relevance
168 fl->fl_fasync = NULL; in locks_init_lock()497 fasync_helper(0, fl->fl_file, 0, &fl->fl_fasync); in _delete_lock()498 if (fl->fl_fasync != NULL){ in _delete_lock()499 printk(KERN_ERR "locks_delete_lock: fasync == %p\n", fl->fl_fasync); in _delete_lock()500 fl->fl_fasync = NULL; in _delete_lock()1160 kill_fasync(&fl->fl_fasync, SIGIO, POLL_MSG); in __get_lease()1338 error = fasync_helper(fd, filp, 1, &fl->fl_fasync); in fcntl_setlease()
641 struct fasync_struct * fl_fasync; /* for lease break notifications */ member