Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:MOUNTED

2  * ismounted.c --- Check to see if the filesystem was mounted
45 * Check to see if a regular file is mounted.
77 * filesystem is mounted. Returns an error if the file doesn't exist
174 printf("Bogus entry in %s! (%s not mounted on %s)\n",
193 * read/write, since if the root is mounted read/only, the
231 #if defined(MOUNTED) || defined(_PATH_MOUNTED)
232 #ifndef MOUNTED
233 #define MOUNTED _PATH_MOUNTED
234 #endif /* MOUNTED */
235 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen);
240 #endif /* defined(MOUNTED) || defined(_PATH_MOUNTED) */
340 * mounted or otherwise busy, and fills in mount_flags with one or
343 * non-NULL, the directory where the device is mounted is copied to
365 #warning "Can't use getmntent or getmntinfo to check for mounted filesystems!"
426 printf("\t%s is mounted.\n", argv[1]);
434 printf("\t%s is mounted on %s.\n", argv[1], mntpt);