Lines Matching full:export
6 * exports. To export an fs to a given client, you first have
32 * One maps client+vfsmnt+dentry to export options - the export map
33 * The other maps client+filehandle-fragment to export options. - the expkey map
35 * The export options are actually stored in the first map, and the
410 * We currently export only dirs, regular files, and (for v4 in check_export()
419 * Mountd should never pass down a writeable V4ROOT export, but, in check_export()
436 dprintk("exp_export: export of non-dev fs without fsid\n"); in check_export()
441 dprintk("exp_export: export of invalid fs type.\n"); in check_export()
446 dprintk("exp_export: export of idmapped mounts not yet supported.\n"); in check_export()
542 * problem at export time instead of when a client fails in secinfo_parse()
706 * Also, this protects exportfs's dummy export from the in svc_export_parse()
713 * invalid (-1) uid & gid on the "dummy" export which it in svc_export_parse()
714 * uses to test export support. To make sure exportfs in svc_export_parse()
760 * We use the file's name to determine the reported info per export. in is_export_stats_file()
894 .name = "nfsd.export",
995 * Find the export entry for a given dentry.
1085 * check_xprtsec_policy - check if access to export is allowed by the
1121 * check_security_flavor - check if access to export is allowed by the
1144 /* ip-address based client; check sec= export option: */ in check_security_flavor()
1168 * For "may_bypass_gss" check that export has really in check_security_flavor()
1186 * check_nfsd_access - check if access to export is allowed.
1207 * Uses rq_client and rq_gssclient to find an export; uses rq_client (an
1251 * @cl: default auth_domain to use for looking up the export
1256 * Perform a lookup for @cl/@fsidv in the given @net for an export. If
1259 * Returns an export, or an error pointer.
1325 * export point with fsid==0
1490 dprintk("nfsd: initializing export module (net: %x).\n", net->ns.inum); in nfsd_export_init()
1538 dprintk("nfsd: shutting down export module (net: %x).\n", net->ns.inum); in nfsd_export_shutdown()
1546 dprintk("nfsd: export shutdown complete (net: %x).\n", net->ns.inum); in nfsd_export_shutdown()