__close_fd 642 fs/file.c EXPORT_SYMBOL(__close_fd); /* for ksys_close() */ __close_fd 893 fs/file.c return __close_fd(files, fd); __close_fd 1190 fs/open.c int retval = __close_fd(current->files, fd); __close_fd 122 include/linux/fdtable.h extern int __close_fd(struct files_struct *files, __close_fd 1365 include/linux/syscalls.h extern int __close_fd(struct files_struct *files, unsigned int fd); __close_fd 1374 include/linux/syscalls.h return __close_fd(current->files, fd);