Lines Matching refs:file

15 This file contains documentation for the sysctl files in
34 - file-max
35 - file-nr
97 The file dquot-max shows the maximum number of cached disk
100 The file dquot-nr shows the number of allocated disk quota
108 file-max & file-nr
111 The value in file-max denotes the maximum number of file-
113 of error messages about running out of file handles, you might
116 Historically,the kernel was able to allocate file handles
118 file-nr denote the number of allocated file handles, the number
119 of allocated but unused file handles, and the maximum number of
120 file handles. Linux 2.6 always reports 0 as the number of free
121 file handles -- this is not an error, it just means that the
122 number of allocated file handles exactly matches the number of
123 used file handles.
125 Attempts to allocate more file descriptors than file-max are
126 reported with printk, look for "VFS: file-max limit <number>
133 This denotes the maximum number of file-handles a process can
142 As with file handles, the kernel allocates the inode structures
147 in file-max, since stdin, stdout and network sockets also
151 The file inode-nr contains the first two items from
152 inode-state, so we'll skip to that file...
206 file.
234 already own the source file, or do not have read/write access to it.
243 avoids writes to an attacker-controlled regular file, where a program
347 resources used by the file system.
349 /proc/sys/fs/mqueue/queues_max is a read/write file for setting/getting the
352 /proc/sys/fs/mqueue/msg_max is a read/write file for setting/getting the
357 /proc/sys/fs/mqueue/msgsize_max is a read/write file for setting/getting the
361 /proc/sys/fs/mqueue/msg_default is a read/write file for setting/getting the
365 /proc/sys/fs/mqueue/msgsize_default is a read/write file for setting/getting
377 Every epoll file descriptor can store a number of files to be monitored