Table of Contentsgrow_files - adds entries to the file table linux/fs/file_table.c
void grow_files(void);
This function adds entries to the file table. First, it allocates a page of memory. It fills the entire page with entries, adding each to the file table. Linus Torvalds insert_file_free(9), remove_file_free(9), put_last_free(9)
Table of Contents
www.fiveanddime.net