Skip to content

Commit 09040b0

Browse files
authored
Merge pull request #1 from ioft/ubuntu
Khadas VIM: Docker support added
2 parents 56f89c4 + 809f69d commit 09040b0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+34379
-3465
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
What: /debug/aufs/si_<id>/
2+
Date: March 2009
3+
Contact: J. R. Okajima <[email protected]>
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.
8+
9+
What: /debug/aufs/si_<id>/plink
10+
Date: Apr 2013
11+
Contact: J. R. Okajima <[email protected]>
12+
Description:
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+
22+
What: /debug/aufs/si_<id>/xib
23+
Date: March 2009
24+
Contact: J. R. Okajima <[email protected]>
25+
Description:
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+
31+
What: /debug/aufs/si_<id>/xino0, xino1 ... xinoN
32+
Date: March 2009
33+
Contact: J. R. Okajima <[email protected]>
34+
Description:
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+
41+
What: /debug/aufs/si_<id>/xigen
42+
Date: March 2009
43+
Contact: J. R. Okajima <[email protected]>
44+
Description:
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.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
What: /sys/fs/aufs/si_<id>/
2+
Date: March 2009
3+
Contact: J. R. Okajima <[email protected]>
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 <[email protected]>
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>/brid0, brid1 ... bridN
17+
Date: July 2013
18+
Contact: J. R. Okajima <[email protected]>
19+
Description:
20+
It shows the id of a member directory (which is called
21+
branch) in aufs.
22+
23+
What: /sys/fs/aufs/si_<id>/xi_path
24+
Date: March 2009
25+
Contact: J. R. Okajima <[email protected]>
26+
Description:
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.

0 commit comments

Comments
 (0)