7af6dc0645f2c923718812a0092281e1ef4ffb47
[pandora-kernel.git] / Documentation / ABI / testing / sysfs-aufs
1 What:           /sys/fs/aufs/si_<id>/
2 Date:           March 2009
3 Contact:        J. R. Okajima <hooanon05@yahoo.co.jp>
4 Description:
5                 Under /sys/fs/aufs, a directory named si_<id> is created
6                 per aufs mount, where <id> is a unique id generated
7                 internally.
8
9 What:           /sys/fs/aufs/si_<id>/br0, br1 ... brN
10 Date:           March 2009
11 Contact:        J. R. Okajima <hooanon05@yahoo.co.jp>
12 Description:
13                 It shows the abolute path of a member directory (which
14                 is called branch) in aufs, and its permission.
15
16 What:           /sys/fs/aufs/si_<id>/xi_path
17 Date:           March 2009
18 Contact:        J. R. Okajima <hooanon05@yahoo.co.jp>
19 Description:
20                 It shows the abolute path of XINO (External Inode Number
21                 Bitmap, Translation Table and Generation Table) file
22                 even if it is the default path.
23                 When the aufs mount option 'noxino' is specified, it
24                 will be empty. About XINO files, see the aufs manual.