tag | line | file | source code |
---|---|---|---|
sock_fcntl | 18 | fs/fcntl.c | extern int sock_fcntl (struct file *, unsigned int cmd, unsigned long arg); |
sock_fcntl | 152 | fs/fcntl.c | sock_fcntl (filp, F_SETOWN, arg); |
sock_fcntl | 158 | fs/fcntl.c | return (sock_fcntl (filp, cmd, arg)); |