Lines Matching refs:files
233 struct io_fixed_file *files; member
4783 struct files_struct *files = current->files; in io_close() local
4794 spin_lock(&files->file_lock); in io_close()
4795 fdt = files_fdtable(files); in io_close()
4797 spin_unlock(&files->file_lock); in io_close()
4802 spin_unlock(&files->file_lock); in io_close()
4809 spin_unlock(&files->file_lock); in io_close()
4814 spin_unlock(&files->file_lock); in io_close()
4822 ret = filp_close(file, current->files); in io_close()
7103 return &table->files[i]; in io_fixed_file_slot()
8154 table->files = kvcalloc(nr_files, sizeof(table->files[0]), in io_alloc_file_tables()
8156 return !!table->files; in io_alloc_file_tables()
8161 kvfree(table->files); in io_free_file_tables()
8162 table->files = NULL; in io_free_file_tables()