Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:MOUNTED

2  * ismounted.c --- Check to see if the filesystem was mounted
40 * filesystem is mounted. Returns an error if the file doesn't exist
126 printf("Bogus entry in %s! (%s not mounted on %s)\n",
145 * read/write, since if the root is mounted read/only, the
183 #if defined(MOUNTED) || defined(_PATH_MOUNTED)
184 #ifndef MOUNTED
185 #define MOUNTED _PATH_MOUNTED
186 #endif /* MOUNTED */
187 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen);
192 #endif /* defined(MOUNTED) || defined(_PATH_MOUNTED) */
292 * mounted or otherwise busy, and fills in mount_flags with one or
295 * non-NULL, the directory where the device is mounted is copied to
319 #warning "Can't use getmntent or getmntinfo to check for mounted filesystems!"
377 printf("\t%s is mounted.\n", argv[1]);
385 printf("\t%s is mounted on %s.\n", argv[1], mntpt);