Home
last modified time | relevance | path

Searched refs:__close_fd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dfdtable.h130 extern int __close_fd(struct files_struct *files,
H A Dsyscalls.h1323 extern int __close_fd(struct files_struct *files, unsigned int fd);
1328 * __close_fd().
1332 return __close_fd(current->files, fd); in ksys_close()
/kernel/linux/linux-5.10/fs/
H A Dfile.c695 int __close_fd(struct files_struct *files, unsigned fd) in __close_fd() function
705 EXPORT_SYMBOL(__close_fd); /* for ksys_close() */ variable
1124 return __close_fd(files, fd); in replace_fd()
H A Dopen.c1313 int retval = __close_fd(current->files, fd); in SYSCALL_DEFINE1()

Completed in 6 milliseconds