Searched refs:fasync_helper (Results 1 – 5 of 5) sorted by relevance
/fs/notify/ |
D | group.c | 110 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
|
/fs/ |
D | pipe.c | 780 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync() 782 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_fasync() 785 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
|
D | fcntl.c | 676 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() function 683 EXPORT_SYMBOL(fasync_helper);
|
D | locks.c | 1143 fasync_helper(0, fl->fl_file, 0, &fl->fl_fasync); in lease_modify()
|
/fs/fuse/ |
D | dev.c | 2166 return fasync_helper(fd, file, on, &fc->fasync); in fuse_dev_fasync()
|