]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - Documentation/ABI/testing/debugfs-aufs
UBUNTU: SAUCE: Import aufs driver
[mirror_ubuntu-zesty-kernel.git] / Documentation / ABI / testing / debugfs-aufs
CommitLineData
5b88fdd9
SF
1What: /debug/aufs/si_<id>/
2Date: March 2009
3Contact: J. R. Okajima <hooanon05g@gmail.com>
4Description:
5 Under /debug/aufs, a directory named si_<id> is created
6 per aufs mount, where <id> is a unique id generated
7 internally.
8
9What: /debug/aufs/si_<id>/plink
10Date: Apr 2013
11Contact: J. R. Okajima <hooanon05g@gmail.com>
12Description:
13 It has three lines and shows the information about the
14 pseudo-link. The first line is a single number
15 representing a number of buckets. The second line is a
16 number of pseudo-links per buckets (separated by a
17 blank). The last line is a single number representing a
18 total number of psedo-links.
19 When the aufs mount option 'noplink' is specified, it
20 will show "1\n0\n0\n".
21
22What: /debug/aufs/si_<id>/xib
23Date: March 2009
24Contact: J. R. Okajima <hooanon05g@gmail.com>
25Description:
26 It shows the consumed blocks by xib (External Inode Number
27 Bitmap), its block size and file size.
28 When the aufs mount option 'noxino' is specified, it
29 will be empty. About XINO files, see the aufs manual.
30
31What: /debug/aufs/si_<id>/xino0, xino1 ... xinoN
32Date: March 2009
33Contact: J. R. Okajima <hooanon05g@gmail.com>
34Description:
35 It shows the consumed blocks by xino (External Inode Number
36 Translation Table), its link count, block size and file
37 size.
38 When the aufs mount option 'noxino' is specified, it
39 will be empty. About XINO files, see the aufs manual.
40
41What: /debug/aufs/si_<id>/xigen
42Date: March 2009
43Contact: J. R. Okajima <hooanon05g@gmail.com>
44Description:
45 It shows the consumed blocks by xigen (External Inode
46 Generation Table), its block size and file size.
47 If CONFIG_AUFS_EXPORT is disabled, this entry will not
48 be created.
49 When the aufs mount option 'noxino' is specified, it
50 will be empty. About XINO files, see the aufs manual.