Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfdtable.h118 extern int __close_fd(struct files_struct *files,
/linux-4.4.14/fs/
Dfile.c634 int __close_fd(struct files_struct *files, unsigned fd) in __close_fd() function
867 return __close_fd(files, fd); in replace_fd()
Dopen.c1095 int retval = __close_fd(current->files, fd); in SYSCALL_DEFINE1()
/linux-4.4.14/Documentation/trace/
Dftrace.txt575 bash-1977 [000] .... 17284.993653: __close_fd <-sys_close
576 bash-1977 [000] .... 17284.993653: _raw_spin_lock <-__close_fd
579 bash-1977 [000] ...1 17284.993655: _raw_spin_unlock <-__close_fd
581 bash-1977 [000] .... 17284.993657: filp_close <-__close_fd
/linux-4.4.14/drivers/android/
Dbinder.c415 retval = __close_fd(proc->files, fd); in task_close_fd()