Searched refs:fput_needed (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/net/ |
| D | socket.c | 468 static struct socket *sockfd_lookup_light(int fd, int *err, int *fput_needed) in sockfd_lookup_light() argument 477 *fput_needed = f.flags; in sockfd_lookup_light() 1473 int err, fput_needed; in __sys_bind() local 1475 sock = sockfd_lookup_light(fd, &err, &fput_needed); in __sys_bind() 1487 fput_light(sock->file, fput_needed); in __sys_bind() 1506 int err, fput_needed; in __sys_listen() local 1509 sock = sockfd_lookup_light(fd, &err, &fput_needed); in __sys_listen() 1519 fput_light(sock->file, fput_needed); in __sys_listen() 1546 int err, len, newfd, fput_needed; in __sys_accept4() local 1555 sock = sockfd_lookup_light(fd, &err, &fput_needed); in __sys_accept4() [all …]
|
| /Linux-v4.19/include/linux/ |
| D | file.h | 27 static inline void fput_light(struct file *file, int fput_needed) in fput_light() argument 29 if (fput_needed) in fput_light()
|
| /Linux-v4.19/Documentation/filesystems/ |
| D | files.txt | 86 *fput_needed = 1;
|