Searched refs:fasync_helper (Results 1 – 6 of 6) sorted by relevance
/fs/notify/ |
D | group.c | 147 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
|
/fs/ |
D | pipe.c | 615 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync() 617 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_fasync() 620 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
|
D | fcntl.c | 978 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() function 985 EXPORT_SYMBOL(fasync_helper);
|
D | locks.c | 1496 fasync_helper(0, fl->fl_file, 0, &fl->fl_fasync); in lease_modify()
|
D | io_uring.c | 3629 return fasync_helper(fd, file, on, &ctx->cq_fasync); in io_uring_fasync()
|
/fs/fuse/ |
D | dev.c | 2197 return fasync_helper(fd, file, on, &fud->fc->iq.fasync); in fuse_dev_fasync()
|