Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfdtable.h122 extern int __close_fd(struct files_struct *files,
Dsyscalls.h1256 extern int __close_fd(struct files_struct *files, unsigned int fd);
1265 return __close_fd(current->files, fd); in ksys_close()
/Linux-v4.19/fs/
Dfile.c620 int __close_fd(struct files_struct *files, unsigned fd) in __close_fd() function
641 EXPORT_SYMBOL(__close_fd); /* for ksys_close() */
858 return __close_fd(files, fd); in replace_fd()
Dopen.c1159 int retval = __close_fd(current->files, fd); in SYSCALL_DEFINE1()
/Linux-v4.19/Documentation/trace/
Dftrace.rst787 bash-1977 [000] .... 17284.993653: __close_fd <-sys_close
788 bash-1977 [000] .... 17284.993653: _raw_spin_lock <-__close_fd
791 bash-1977 [000] ...1 17284.993655: _raw_spin_unlock <-__close_fd
793 bash-1977 [000] .... 17284.993657: filp_close <-__close_fd
/Linux-v4.19/drivers/android/
Dbinder.c971 retval = __close_fd(proc->files, fd); in task_close_fd()