home *** CD-ROM | disk | FTP | other *** search
File List | 1995-02-26 | 947 b | 31 lines |
- .\" -*- nroff -*-
- .\"
- .\" Copyright 1993 by Dan Miner (dminer@nyx.cs.du.edu)
- .\"
- .\" Permission is granted to freely distribute or modify this file
- .\" for the purpose of improving Linux or its documentation efforts.
- .\" If you modify this file, please put a date stamp and HOW you
- .\" changed this file. Thanks. -DM
- .\"
- .\" $Id: grow_files.9,v 1.1 1993/07/13 05:01:29 dminer Exp $
- .\"
- .\" Modified typesetting, Sun Feb 26 15:11:19 1995, faith@cs.unc.edu
- .\"
- .TH GROW_FILES 9 "July 12, 1993" "Linux 0.99.10" "Kernel Reference Guide"
- .SH NAME
- grow_files \- adds entries to the file table
- .SH SYNOPSIS
- .nf
- linux/fs/file_table.c
-
- void grow_files(void);
- .fi
- .SH DESCRIPTION
- 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.
- .SH AUTHOR
- Linus Torvalds
- .SH "SEE ALSO"
- .BR insert_file_free "(9), " remove_file_free "(9), " put_last_free (9)
-