Lines Matching refs:mounted

114  * information about mounted filesystems, so we use the C interfaces to
259 * This scans the filesystems already mounted to see if this remote mount is
266 * MNT_EXACT This has actually been manually mounted for us
267 * MNT_AVAIL This is mounted for the server, but needs to be
268 * loopback mounted from the client's perspective.
284 * Determine if this has been manually mounted exactly as we
313 * If no client stuff is mounted, this is completely benign, it finds that
314 * nothing is mounted up and returns. It returns "1" for unmounted everything
333 /* If the filesystem is mounted and this utility did it ... */
434 * is benign since srvr_map won't be set anywhere. It returns "1" for mounted
454 * If the filesystem is mounted (meaning available) and the
459 if (fs_tab[n]->mounted && fs_tab[n]->srvr_map) {
720 /* It's mounted now (by definition), so we don't have to remap it. */
722 nfte->mounted = 1;
754 * This function modifies an existing fs_tab[] entry. It was found mounted up
755 * exactly the way we would have mounted it in mount_client() only at the
789 * The file system mounted on the client may or may not be writeable.
791 * read/write attributes as the corresponding mounted filesystem.
802 * meaning it isn't mounted, the current host can't
807 nfte->mounted = 0;
813 * mountpoint. Since it's mounted, it needs to be
814 * remapped and it is writable if the real mounted
819 nfte->mounted = 1;
826 nfte->mounted = 1;
871 * First, review the mounted filesystems on the managing host. This
936 * remote mounted (even from this server) or
937 * loopback mounted from the client's point
968 /* Determine if this is already mounted. */
995 * Now that we have the complete list of mounted (or virtually
996 * mounted) filesystems, we sort the mountpoints in reverse order
1142 * it will return the filesystem that the loopback filesystem is mounted
1181 return ((int)fs_tab[n]->mounted);
1197 if (fs_tab[n]->remote && fs_tab[n]->mounted &&