home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / ap / manpgs / man-page.000 / man-page / man9 / grow_files.9 < prev    next >
Encoding:
File List  |  1995-02-26  |  947 b   |  31 lines

  1. .\" -*- nroff -*-
  2. .\"
  3. .\" Copyright 1993 by Dan Miner (dminer@nyx.cs.du.edu)
  4. .\"
  5. .\"  Permission is granted to freely distribute or modify this file
  6. .\"  for the purpose of improving Linux or its documentation efforts.
  7. .\"  If you modify this file, please put a date stamp and HOW you
  8. .\"  changed this file.  Thanks.   -DM
  9. .\"
  10. .\" $Id: grow_files.9,v 1.1 1993/07/13 05:01:29 dminer Exp $
  11. .\"
  12. .\" Modified typesetting, Sun Feb 26 15:11:19 1995, faith@cs.unc.edu
  13. .\"
  14. .TH GROW_FILES 9 "July 12, 1993" "Linux 0.99.10" "Kernel Reference Guide"
  15. .SH NAME
  16. grow_files \- adds entries to the file table
  17. .SH SYNOPSIS
  18. .nf
  19. linux/fs/file_table.c
  20.  
  21. void grow_files(void);
  22. .fi
  23. .SH DESCRIPTION
  24. This function adds entries to the file table.  First, it allocates
  25. a page of memory.  It fills the entire page with entries, adding each 
  26. to the file table.
  27. .SH AUTHOR
  28. Linus Torvalds
  29. .SH "SEE ALSO"
  30. .BR insert_file_free "(9), " remove_file_free "(9), " put_last_free (9)
  31.