Searched refs:fasync_helper (Results 1 – 5 of 5) sorted by relevance
/fs/ |
D | pipe.c | 777 retval = fasync_helper(fd, filp, on, &inode->i_pipe->fasync_readers); in pipe_read_fasync() 791 retval = fasync_helper(fd, filp, on, &inode->i_pipe->fasync_writers); in pipe_write_fasync() 806 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_rdwr_fasync() 808 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_rdwr_fasync() 810 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_rdwr_fasync()
|
D | fcntl.c | 781 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() function 788 EXPORT_SYMBOL(fasync_helper);
|
D | locks.c | 583 fasync_helper(0, fl->fl_file, 0, &fl->fl_fasync); in locks_delete_lock()
|
/fs/notify/inotify/ |
D | inotify_user.c | 287 return fasync_helper(fd, file, on, &group->inotify_data.fa) >= 0 ? 0 : -EIO; in inotify_fasync()
|
/fs/fuse/ |
D | dev.c | 2056 return fasync_helper(fd, file, on, &fc->fasync); in fuse_dev_fasync()
|