Lines Matching defs:mount

50 #include <rpcsvc/mount.h>
113 static int mount(struct svc_req *r);
308 /* add entry to mount list */
461 * supported by mount v1 & v2
637 * audit_mountd_mount logging for mount requests. Use the same
639 * a separate thread to allow the mount request threads to
724 (void) mount(rqstp);
792 * Answer pathconf questions for the mount point fs
819 "mount request: realpath failed on %s: %m",
857 * If the rootmount (export) option is specified, the all mount requests for
881 * mount a/b/c will fail with ENOENT if the directory
886 * existence of the file name entry in the mount table.
936 * Check permissions in mount table.
1202 * Check mount requests, add to mounted list if ok
1205 mount(struct svc_req *rqstp)
1249 * allow the mount to succeed.
1263 syslog(LOG_NOTICE, "Rejected mount: %s for %s",
1272 * TX label policy via using nfsv2 client, reject a mount
1279 "Rejected mount: TX doesn't support NFSv2");
1292 "mount request: realpath: %s: %m", path);
1326 * consistent with client side mount policy, i.e.
1327 * - we disallow an admin_low unlabeled client to mount
1328 * - we disallow mount from a lower labeled client.
1337 "mount request: Failed to get caller's ucred : %m");
1343 "mount request: can't get client label from ucred");
1409 syslog(LOG_DEBUG, "mount request: getfh failed on %s: %m",
1482 mntlist_new(host, rpath); /* add entry to mount list */
1630 * path. If it is an automounted path, it will trigger the mount by stat()ing
1636 * After the mount has been triggered (if necessary), we look for a
1680 * If the path needs to be autoFS mounted, trigger the mount by
1688 * Trigger the mount.
1699 * module to trigger the mount of indirect
1721 * The mount has been triggered, re-read mnttab to pick up
1733 * is an LOFS mount of a shared path.
2064 * version 3 of the mount protocol.
3122 * this host from the mount entries.
3140 mntlist_delete(host, remove_path); /* remove from mount list */
3179 * Remove all hosts entries from mount list