Searched refs:fasync_helper (Results 1 – 5 of 5) sorted by relevance
/fs/ |
D | pipe.c | 667 retval = fasync_helper(fd, filp, on, &inode->i_pipe->fasync_readers); in pipe_read_fasync() 684 retval = fasync_helper(fd, filp, on, &inode->i_pipe->fasync_writers); in pipe_write_fasync() 702 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_rdwr_fasync() 704 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_rdwr_fasync() 706 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_rdwr_fasync()
|
D | fcntl.c | 523 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() function 562 EXPORT_SYMBOL(fasync_helper);
|
D | locks.c | 580 fasync_helper(0, fl->fl_file, 0, &fl->fl_fasync); in locks_delete_lock() 1506 error = fasync_helper(fd, filp, 1, &flp->fl_fasync); in fcntl_setlease()
|
/fs/notify/inotify/ |
D | inotify_user.c | 538 return fasync_helper(fd, file, on, &dev->fa) >= 0 ? 0 : -EIO; in inotify_fasync()
|
/fs/fuse/ |
D | dev.c | 1131 return fasync_helper(fd, file, on, &fc->fasync); in fuse_dev_fasync()
|