home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / slackwar / ap / manpgs / man-page.4 / man-page / man9 / grow_files.9 < prev    next >
Encoding:
File List  |  1994-09-11  |  874 b   |  29 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. .TH GROW_FILES 9 "July 12, 1993" "Linux 0.99.10" "Kernel Reference Guide"
  13. .SH NAME
  14. grow_files \- adds entries to the file table
  15. .SH SYNOPSIS
  16. .nf
  17. linux/fs/file_table.c
  18.  
  19. void grow_files(void);
  20. .fi
  21. .SH DESCRIPTION
  22. This function adds entries to the file table.  First, it allocates
  23. a page of memory.  It fills the entire page with entries, adding each 
  24. to the file table.
  25. .SH AUTHOR
  26. Linus Torvalds
  27. .SH "SEE ALSO"
  28. .IR insert_file_free "(9), " remove_file_free "(9), " put_last_free (9)
  29.