Searched refs:mounts (Results 1 - 9 of 9) sorted by relevance

/external/kernel-headers/original/linux/
H A Dmount.h51 struct list_head mnt_share; /* circular list of shared mounts */
52 struct list_head mnt_slave_list;/* list of slave mounts */
93 extern void mark_mounts_for_expiry(struct list_head *mounts);
94 extern void shrink_submounts(struct vfsmount *mountpoint, struct list_head *mounts);
/external/libffi/src/
H A Dclosures.c122 f = fopen ("/proc/mounts", "r");
236 listed in the mounts file. Subsequent calls with the same mounts
238 as the mounts file closes the file. */
240 open_temp_exec_file_mnt (const char *mounts) argument
245 if (mounts != last_mounts)
250 last_mounts = mounts;
252 if (mounts)
253 last_mntent = setmntent (mounts, "r");
296 { open_temp_exec_file_mnt, "/proc/mounts",
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_mount.cc237 base::ListValue *mounts = new base::ListValue();
238 SetResult(mounts);
250 mounts->Append(CreateValueFromMountPoint(profile_,
H A Devent_router.cc491 DiskMountManager::MountPointMap mounts(manager->mount_points());
492 for (DiskMountManager::MountPointMap::const_iterator it = mounts.begin();
493 it != mounts.end(); ++it) {
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c126 int mounts, trace_fd; local
131 mounts = open("/proc/mounts", O_RDONLY);
132 if (mounts < 0) {
133 printf("no /proc/mounts\n");
137 buflen = read(mounts, buf, sizeof(buf) - 1);
138 close(mounts);
140 printf("failed to read /proc/mounts\n");
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c126 int mounts, trace_fd; local
131 mounts = open("/proc/mounts", O_RDONLY);
132 if (mounts < 0) {
133 printf("no /proc/mounts\n");
137 buflen = read(mounts, buf, sizeof(buf) - 1);
138 close(mounts);
140 printf("failed to read /proc/mounts\n");
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c126 int mounts, trace_fd; local
131 mounts = open("/proc/mounts", O_RDONLY);
132 if (mounts < 0) {
133 printf("no /proc/mounts\n");
137 buflen = read(mounts, buf, sizeof(buf) - 1);
138 close(mounts);
140 printf("failed to read /proc/mounts\n");
/external/chromium_org/build/
H A Dinstall-chroot.sh211 echo "If you still get an error message, you might have stale mounts"
212 echo "that you forgot to delete. You can always clean up mounts by"
269 mounts="$(awk '$2 != "/" && $2 !~ "^/boot" && $2 !~ "^/home" &&
276 }' /proc/mounts |
278 if [ -n "${mounts}" ]; then
284 # Print a menu, listing all non-default mounts of local or network
286 j=1; for m in ${mounts}; do
316 j=1; for m in ${mounts}; do
748 ! egrep -qs '/var/lib/[^/]*chroot/.*/chroot' /proc/mounts; then
/external/blktrace/doc/
H A Dblktrace.tex258 This filesystem will be automatically checked every 27 mounts or

Completed in 258 milliseconds