1 What: /debug/aufs/si_<id>/
3 Contact: J. R. Okajima <hooanon05@yahoo.co.jp>
5 Under /debug/aufs, a directory named si_<id> is created
6 per aufs mount, where <id> is a unique id generated
9 What: /debug/aufs/si_<id>/xib
11 Contact: J. R. Okajima <hooanon05@yahoo.co.jp>
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
20 Contact: J. R. Okajima <hooanon05@yahoo.co.jp>
22 It shows the consumed blocks by xino (External Inode Number
23 Translation Table), its link count, block size and file
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
30 Contact: J. R. Okajima <hooanon05@yahoo.co.jp>
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
36 When the aufs mount option 'noxino' is specified, it
37 will be empty. About XINO files, see the aufs manual.