[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [LI] meaning of macros NR_OPEN NR_FILE



On Thu, Jan 27, 2000 at 06:03:04PM +0530, anil kumar wrote:
> 
> hello,
>  just i was going through  the include  Directory of linux and i opened
> "fs.h" and "file.h"  to  know how file system is implemented in linux.
>  I  found two macros NR_OPEN && NR_FILE i could not understand the meaning
> of these macros.

NR_OPEN = maximum number of open files per process
NR_FILE = total number of files that can be open in the system at any time.

	-Arun

--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.