File: inode-alloc.txt

package info (click to toggle)
kernel-source-2.2.10 2.2.10-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 65,136 kB
  • ctags: 198,070
  • sloc: ansic: 1,181,917; asm: 50,455; makefile: 8,579; sh: 2,121; perl: 932; tcl: 414; lisp: 218; cpp: 186; awk: 133; sed: 72
file content (50 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Inode allocations in the proc-fs (hex-numbers):

  00000000		reserved
  00000001-00000fff	static entries
       001		root-ino
       002		load-avg
       003		uptime
       ...
       080		net/*
       ...
       100		scsi/*
       ...
       xxx		mca/*
       ...
       yyy		bus/*
       ...
       fff		end

  00001000-00001fff	dynamic entries

  00002000-00002fff	openprom entries

  0001xxxx-7fffxxxx	pid-dir entries for pid 1-7fff
      0000		unused
      0001		unused
      0002		pid
      0003		pid/status
       ...
      0008		pid/fd
       ...
      00xx-00ff		unused
      01xx		pid/fd/* for fd 0-ff
       ...
      01ff		end
      0200-ffff		unused

  80000000-ffffffff	unused



New allocation:

  00000000-0000ffff	unchanged

  0001xxxx-7fffxxxx	pid-dir entries for pid 1-7fff
      0000-00ff		unchanged
      0100-7fff		unused
      8000-ffff		pid/fd/* for fd 0-7fff

  80000000-ffffffff	unchanged