tag | line | file | source code |
---|---|---|---|
message_fd | 202 | fs/ncpfs/inode.c | if ( (data->message_fd >= NR_OPEN) |
message_fd | 203 | fs/ncpfs/inode.c | || ((msg_filp = current->files->fd[data->message_fd]) == NULL) |
message_fd | 29 | include/linux/ncp_mount.h | unsigned int message_fd; /* Message notifications come here */ |