]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/ABI/testing/sysfs-aufs
UBUNTU: ubuntu: vbox -- update to 5.2.6-dfsg-5
[mirror_ubuntu-bionic-kernel.git] / Documentation / ABI / testing / sysfs-aufs
CommitLineData
0006ebb4
SF
1What: /sys/fs/aufs/si_<id>/
2Date: March 2009
3Contact: J. R. Okajima <hooanon05g@gmail.com>
4Description:
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
9What: /sys/fs/aufs/si_<id>/br0, br1 ... brN
10Date: March 2009
11Contact: J. R. Okajima <hooanon05g@gmail.com>
12Description:
13 It shows the abolute path of a member directory (which
14 is called branch) in aufs, and its permission.
15
16What: /sys/fs/aufs/si_<id>/brid0, brid1 ... bridN
17Date: July 2013
18Contact: J. R. Okajima <hooanon05g@gmail.com>
19Description:
20 It shows the id of a member directory (which is called
21 branch) in aufs.
22
23What: /sys/fs/aufs/si_<id>/xi_path
24Date: March 2009
25Contact: J. R. Okajima <hooanon05g@gmail.com>
26Description:
27 It shows the abolute path of XINO (External Inode Number
28 Bitmap, Translation Table and Generation Table) file
29 even if it is the default path.
30 When the aufs mount option 'noxino' is specified, it
31 will be empty. About XINO files, see the aufs manual.