Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git] / Documentation / ABI / testing / debugfs-aufs
blob7d2e65ff566fcb6f154110e12f190425fc1e3db9
1 What:           /debug/aufs/si_<id>/
2 Date:           March 2009
3 Contact:        J. R. Okajima <hooanon05@yahoo.co.jp>
4 Description:
5                 Under /debug/aufs, a directory named si_<id> is created
6                 per aufs mount, where <id> is a unique id generated
7                 internally.
9 What:           /debug/aufs/si_<id>/xib
10 Date:           March 2009
11 Contact:        J. R. Okajima <hooanon05@yahoo.co.jp>
12 Description:
13                 It shows the consumed blocks by xib (External Inode Number
14                 Bitmap), its block size and file size.
15                 When the aufs mount option 'noxino' is specified, it
16                 will be empty. About XINO files, see the aufs manual.
18 What:           /debug/aufs/si_<id>/xino0, xino1 ... xinoN
19 Date:           March 2009
20 Contact:        J. R. Okajima <hooanon05@yahoo.co.jp>
21 Description:
22                 It shows the consumed blocks by xino (External Inode Number
23                 Translation Table), its link count, block size and file
24                 size.
25                 When the aufs mount option 'noxino' is specified, it
26                 will be empty. About XINO files, see the aufs manual.
28 What:           /debug/aufs/si_<id>/xigen
29 Date:           March 2009
30 Contact:        J. R. Okajima <hooanon05@yahoo.co.jp>
31 Description:
32                 It shows the consumed blocks by xigen (External Inode
33                 Generation Table), its block size and file size.
34                 If CONFIG_AUFS_EXPORT is disabled, this entry will not
35                 be created.
36                 When the aufs mount option 'noxino' is specified, it
37                 will be empty. About XINO files, see the aufs manual.