Lines Matching defs:file
3 * This is the master header file for the Linux NET layer,
102 * @file: File back pointer for gc
112 struct file *file;
142 unsigned int (*poll) (struct file *file, struct socket *sock,
163 int (*mmap) (struct file *file, struct socket *sock,
199 #define sockfd_put(sock) fput(sock->file)
252 SOCKCALL_UWRAP(name, poll, (struct file *file, struct socket *sock, struct poll_table_struct *wait), \
253 (file, sock, wait)) \
268 SOCKCALL_WRAP(name, mmap, (struct file *file, struct socket *sock, struct vm_area_struct *vma), \
269 (file, sock, vma)) \