Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 25 of 913) sorted by relevance

12345678910>>...37

/external/ltp/testcases/kernel/fs/acl/
Dtacl_xattr.sh91 mount | grep ext2
95 mkdir -m 777 tacl/mount-ext2
96 mount -t ext3 -o defaults,acl,user_xattr /dev/loop0 tacl/mount-ext2
107 mkdir -m 777 tacl/mount-ext2
108 mount -t ext2 -o defaults,acl,user_xattr /dev/loop0 tacl/mount-ext2
118 chmod 777 tacl/mount-ext2
125 if [ ! -e tacl/mount-ext2/shared ]
127 mkdir -p -m 777 tacl/mount-ext2/shared
134 mkdir $CUR_PATH/tacl/mount-ext2/shared/team1
135 touch $CUR_PATH/tacl/mount-ext2/shared/team1/file1
[all …]
/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_filesystem_test.c50 if (mount(source, target, filesystemtype, 0, NULL)) { in mount2()
181 if (mount("dev\tname", "/", "fs\tname", 0, NULL) == EOF && in main()
190 if (mount("dev\tname", "/", "fs\tname", 0, NULL) == EOF && in main()
199 if (mount("dev\tname", "/", "fs\tname", 0, NULL) == EOF && in main()
209 if (mount("dev\tname", "/", "fs\tname", 0, NULL) == EOF && in main()
218 if (mount(NULL, "/", "tmpfs", 0, NULL)) in main()
224 if (mount(NULL, "/", "tmpfs", 0, NULL)) in main()
229 if (mount("anydev", "/", "tmpfs", 0, NULL)) in main()
236 if (mount(NULL, "/", "tmpfs", 0, NULL)) in main()
243 if (mount(NULL, NULL, "tmpfs", 0, NULL)) in main()
[all …]
/external/bcc/tools/
Dmountsnoop_example.txt3 mountsnoop traces the mount() and umount syscalls system-wide. For example,
6 # mount --bind /mnt /mnt
9 # mount --bind /mnt /mnt
14 mount 710 710 4026531840 mount("/mnt", "/mnt", "", MS_MGC_VAL|MS_BIND, "") = 0
16 unshare 717 717 4026532160 mount("none", "/", "", MS_REC|MS_PRIVATE, "") = 0
17 mount 725 725 4026532160 mount("/mnt", "/mnt", "", MS_MGC_VAL|MS_BIND, "") = 0
20 The output shows the calling command, its process ID and thread ID, the mount
23 The mount namespace number is an inode number that uniquely identifies the
/external/strace/tests-mx32/
Dmount.c84 int rc = mount(NULL, NULL, NULL, 0, NULL); in main()
88 rc = mount(bogus, bogus, bogus, 768, bogus); in main()
92 rc = mount(bogus + 1, bogus + 1, bogus + 1, 0x4000200, bogus + 1); in main()
97 rc = mount(source, target, fstype, 15, data); in main()
102 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
108 rc = mount(source, target, fstype, MS_MGC_VAL, data); in main()
112 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data); in main()
118 rc = mount(source, target, NULL, MS_REMOUNT, data); in main()
122 rc = mount(source, target, fstype, MS_REMOUNT, data); in main()
126 rc = mount(source, target, NULL, MS_BIND, data); in main()
[all …]
/external/strace/tests-m32/
Dmount.c84 int rc = mount(NULL, NULL, NULL, 0, NULL); in main()
88 rc = mount(bogus, bogus, bogus, 768, bogus); in main()
92 rc = mount(bogus + 1, bogus + 1, bogus + 1, 0x4000200, bogus + 1); in main()
97 rc = mount(source, target, fstype, 15, data); in main()
102 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
108 rc = mount(source, target, fstype, MS_MGC_VAL, data); in main()
112 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data); in main()
118 rc = mount(source, target, NULL, MS_REMOUNT, data); in main()
122 rc = mount(source, target, fstype, MS_REMOUNT, data); in main()
126 rc = mount(source, target, NULL, MS_BIND, data); in main()
[all …]
/external/strace/tests/
Dmount.c84 int rc = mount(NULL, NULL, NULL, 0, NULL); in main()
88 rc = mount(bogus, bogus, bogus, 768, bogus); in main()
92 rc = mount(bogus + 1, bogus + 1, bogus + 1, 0x4000200, bogus + 1); in main()
97 rc = mount(source, target, fstype, 15, data); in main()
102 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
108 rc = mount(source, target, fstype, MS_MGC_VAL, data); in main()
112 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data); in main()
118 rc = mount(source, target, NULL, MS_REMOUNT, data); in main()
122 rc = mount(source, target, fstype, MS_REMOUNT, data); in main()
126 rc = mount(source, target, NULL, MS_BIND, data); in main()
[all …]
/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dmakedir51 mount $mflags --bind "$dir" "$dir" || exit $?
59 mount $mflags --make-rshared "$dir" 2> /dev/null || \
64 mount $mflags --make-rprivate "$dir" 2> /dev/null || \
69 mount $mflags --make-rslave "$dir" 2> /dev/null || \
74 mount $mflags --make-runbindable "$dir" 2> /dev/null || \
79 mount $mflags --make-shared "$dir" 2> /dev/null || \
84 mount $mflags --make-private "$dir" 2> /dev/null || \
89 mount $mflags --make-slave "$dir" 2> /dev/null || \
94 mount $mflags --make-unbindable "$dir" 2> /dev/null || \
/external/virglrenderer/perf-testing/Docker/
Dinit.sh5 mount -t proc none /proc
6 mount -t sysfs none /sys
7 mount -t devtmpfs none /dev || echo possibly already mounted
9 mount -t devpts devpts /dev/pts
10 mount -t virtiofs local /usr/local
11 mount -t debugfs none /sys/kernel/debug
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto80 // ID of the mount returned from Mount().
86 // ID of the mount returned from Mount().
88 // Path of the directory to be read. The paths are relative to the mount root.
95 // ID of the mount returned from Mount().
98 // The paths are relative to the mount root. (e.g. "/testfolder/dog.jpg")
104 // ID of the mount returned from Mount().
107 // Paths are relative to the mount root, e.g. "/animals/dog.jpg".
115 // ID of the mount returned from Mount().
123 // ID of the mount returned from Mount().
135 // ID of the mount returned from Mount().
[all …]
/external/ltp/testcases/kernel/fs/fs_bind/rbind/
Dtest0352 mount --rbind parent1/child1 share1
53 mount --rbind "$disk1" parent1/child1
54 mount --rbind "$disk2" share2
55 mount --rbind share2 parent2
64 mount --rbind parent1/child1 share1
65 mount --rbind parent1/child1 parent2/child2
69 mount --rbind "$disk3" parent1/child1/a
74 mount --rbind "$disk3" parent2/child2/b
Dtest1149 mount --rbind parent2 share2
50 mount --rbind share1 parent1/child1
51 mount --rbind "$disk1" share1
52 mount --rbind "$disk2" share2
61 mount --rbind parent1/child1 parent2/child2
65 mount --rbind "$disk3" parent1/child1/a
70 mount --rbind "$disk4" parent2/child2/b
86 mount --rbind "$disk4" share1/c
Dtest1952 mount --rbind "$disk1" share1
53 mount --rbind share1 parent1
54 mount --rbind share2 parent2
59 mount --rbind parent1 parent2
62 mount --rbind "$disk2" parent1/child1
65 mount --rbind "$disk3" parent2/a
69 mount --rbind "$disk4" share1/b
Dtest3749 mount --bind "$disk1" parent1/child1
50 mount --rbind parent1/child1 share1
52 mount --rbind parent2/child2 share2
54 mount --rbind parent1 parent2
59 mount --bind "$disk2" parent2/child1/a
62 mount --bind "$disk3" parent1/child1/b
65 mount --bind "$disk4" share1/c
Dtest3845 mount --rbind share1 parent1/child1
46 mount --rbind share2 parent2/child2
50 mount --bind "$disk1" share1
52 mount --rbind parent1 parent2
57 mount --bind "$disk2" share1/a
60 mount --bind "$disk3" parent1/child1/b
63 mount --bind "$disk4" parent2/child1/c
Dtest0749 mount --rbind parent1 share1
50 mount --rbind "$disk1" parent1/child1
54 mount --rbind "$disk2" share2
55 mount --rbind share2 parent2
62 mount --rbind parent1/child1 parent2/child2
67 mount --rbind "$disk2" parent1/child1/a
71 mount --rbind "$disk3" parent2/child2/b
Dtest0550 mount --rbind parent1 share1
51 mount --rbind "$disk1" parent1/child1
52 mount --rbind parent2 share2
58 mount --rbind parent1/child1 parent2/child2
62 mount --rbind "$disk2" parent1/child1/a
66 mount --rbind "$disk3" parent2/child2/b
71 mount --rbind "$disk4" share2/child2/c
Dtest0949 mount --rbind parent2 share2
50 mount --rbind share1 parent1/child1
51 mount --rbind "$disk1" share1
58 mount --rbind parent1/child1 parent2/child2
62 mount --rbind "$disk2" parent1/child1/a
67 mount --rbind "$disk3" parent2/child2/b
72 mount --rbind "$disk4" share1/c
/external/ltp/testcases/kernel/fs/fs_bind/bind/
Dtest1149 mount --bind parent2 share2
50 mount --bind share1 parent1/child1
51 mount --bind "$disk1" share1
52 mount --bind "$disk2" share2
61 mount --bind parent1/child1 parent2/child2
65 mount --bind "$disk3" parent1/child1/a
70 mount --bind "$disk4" parent2/child2/b
86 mount --bind "$disk4" share1/c
Dtest0352 mount --bind parent1/child1 share1
53 mount --bind "$disk1" parent1/child1
54 mount --bind "$disk2" share2
55 mount --bind share2 parent2
64 mount --bind parent1/child1 share1
65 mount --bind parent1/child1 parent2/child2
69 mount --bind "$disk3" parent1/child1/a
74 mount --bind "$disk3" parent2/child2/b
Dtest1952 mount --bind "$disk1" share1
53 mount --bind share1 parent1
54 mount --bind share2 parent2
58 mount --bind parent1 parent2
63 mount --bind "$disk2" parent1/child1
66 mount --bind "$disk3" parent2/a
70 mount --bind "$disk4" share1/b
Dtest0550 mount --bind parent1 share1
51 mount --bind "$disk1" parent1/child1
52 mount --bind parent2 share2
58 mount --bind parent1/child1 parent2/child2
62 mount --bind "$disk2" parent1/child1/a
66 mount --bind "$disk3" parent2/child2/b
71 mount --bind "$disk4" share2/child2/c
Dtest0749 mount --bind parent1 share1
50 mount --bind "$disk1" parent1/child1
54 mount --bind "$disk2" share2
55 mount --bind share2 parent2
62 mount --bind parent1/child1 parent2/child2
67 mount --bind "$disk2" parent1/child1/a
71 mount --bind "$disk3" parent2/child2/b
Dtest0949 mount --bind parent2 share2
50 mount --bind share1 parent1/child1
51 mount --bind "$disk1" share1
58 mount --bind parent1/child1 parent2/child2
62 mount --bind "$disk2" parent1/child1/a
67 mount --bind "$disk3" parent2/child2/b
72 mount --bind "$disk4" share1/c
/external/ltp/testscripts/
Dltp-aiodio.sh148 mount -t ext2 $part1 $TMP/aiodio
151 mount -t ext3 $part2 $TMP/aiodio2
154 mount -t jfs $part2 $TMP/aiodio2
157 mount -t xfs $part2 $TMP/aiodio2
168 mount -t ext3 $part1 $TMP/aiodio
171 mount -t jfs $part2 $TMP/aiodio2
174 mount -t xfs $part2 $TMP/aiodio2
177 mount -t ext2 $part2 $TMP/aiodio2
188 mount -t jfs $part1 $TMP/aiodio
191 mount -t ext3 $part2 $TMP/aiodio2
[all …]
/external/mesa3d/.gitlab-ci/bare-metal/
Dinit.sh5 mount -t proc none /proc
6 mount -t sysfs none /sys
7 mount -t devtmpfs none /dev || echo possibly already mounted
9 mount -t devpts devpts /dev/pts
10 mount -t tmpfs tmpfs /tmp

12345678910>>...37