Home
last modified time | relevance | path

Searched refs:__close_fd (Results 1 – 2 of 2) sorted by relevance

/fs/
Dfile.c621 int __close_fd(struct files_struct *files, unsigned fd) in __close_fd() function
642 EXPORT_SYMBOL(__close_fd); /* for ksys_close() */
893 return __close_fd(files, fd); in replace_fd()
Dopen.c1205 int retval = __close_fd(current->files, fd); in SYSCALL_DEFINE1()