Home
last modified time | relevance | path

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

/io_uring/
A Dopenclose.c228 struct files_struct *files = current->files; in io_close() local
238 spin_lock(&files->file_lock); in io_close()
350 files[0] = NULL; in io_pipe_fixed()
363 files[1] = NULL; in io_pipe_fixed()
397 fd_install(fds[0], files[0]); in io_pipe_fd()
398 fd_install(fds[1], files[1]); in io_pipe_fd()
413 struct file *files[2]; in io_pipe() local
430 if (files[0]) in io_pipe()
431 fput(files[0]); in io_pipe()
432 if (files[1]) in io_pipe()
[all …]

Completed in 3 milliseconds