Lines Matching refs:files
233 struct io_fixed_file *files; member
4645 struct files_struct *files = current->files; in io_close() local
4656 spin_lock(&files->file_lock); in io_close()
4657 fdt = files_fdtable(files); in io_close()
4659 spin_unlock(&files->file_lock); in io_close()
4664 spin_unlock(&files->file_lock); in io_close()
4671 spin_unlock(&files->file_lock); in io_close()
4676 spin_unlock(&files->file_lock); in io_close()
4684 ret = filp_close(file, current->files); in io_close()
6940 return &table->files[i]; in io_fixed_file_slot()
7989 table->files = kvcalloc(nr_files, sizeof(table->files[0]), in io_alloc_file_tables()
7991 return !!table->files; in io_alloc_file_tables()
7996 kvfree(table->files); in io_free_file_tables()
7997 table->files = NULL; in io_free_file_tables()