Searched refs:fd_array (Results 1 – 3 of 3) sorted by relevance
66 struct file __rcu * fd_array[NR_OPEN_DEFAULT]; member
295 new_fdt->fd = &newf->fd_array[0]; in dup_fd()454 .fd = &init_files.fd_array[0],
2282 u32 *fd_array; in binder_transaction_buffer_release() local2316 fd_array = (u32 *)(parent_buffer + (uintptr_t)fda->parent_offset); in binder_transaction_buffer_release()2318 task_close_fd(proc, fd_array[fd_index]); in binder_transaction_buffer_release()2517 u32 *fd_array; in binder_translate_fd_array() local2540 fd_array = (u32 *)(parent_buffer + (uintptr_t)fda->parent_offset); in binder_translate_fd_array()2541 if (!IS_ALIGNED((unsigned long)fd_array, sizeof(u32))) { in binder_translate_fd_array()2547 target_fd = binder_translate_fd(fd_array[fdi], t, thread, in binder_translate_fd_array()2551 fd_array[fdi] = target_fd; in binder_translate_fd_array()2562 task_close_fd(target_proc, fd_array[fdi]); in binder_translate_fd_array()