Home
last modified time | relevance | path

Searched refs:exportinfo_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dnfs.d131 (arg3 == 0 || ((exportinfo_t *)arg3)->exi_export.ex_path == NULL) ?
132 "<unknown>" : ((exportinfo_t *)arg3)->exi_export.ex_path;
134 (arg3 == 0) ? -1 : ((exportinfo_t *)arg3)->exi_zoneid;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c88 static int unexport(nfs_export_t *, exportinfo_t *, cred_t *);
89 static void exportfree(exportinfo_t *);
92 extern void nfsauth_cache_free(exportinfo_t *);
99 static void srv_secinfo_treeclimb(nfs_export_t *, exportinfo_t *,
103 static struct ex_vol_rename *find_volrnm_fh(exportinfo_t *, nfs_fh4 *);
104 static uint32_t find_volrnm_fh_id(exportinfo_t *, nfs_fh4 *);
105 static void free_volrnm_list(exportinfo_t *);
692 exportinfo_t *
695 exportinfo_t *exi_ret = NULL; in vis2exi()
716 srv_secinfo_treeclimb(nfs_export_t *ne, exportinfo_t *exip, secinfo_t *sec, in srv_secinfo_treeclimb()
[all …]
H A Dnfs_cmd.c60 static struct charset_cache *nfscmd_charmap(exportinfo_t *exi,
317 nfscmd_charmap(exportinfo_t *exi, struct sockaddr *sp) in nfscmd_charmap()
H A Dnfs4_srv_ns.c272 tree_prepend_node(treenode_t *n, exp_visible_t *v, exportinfo_t *e) in tree_prepend_node()
806 exportinfo_t *e = tree_head->tree_exi; in treeclimb_export()
974 exportinfo_t *exi = NULL; in get_root_export()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h557 typedef struct exportinfo exportinfo_t; typedef
691 extern exportinfo_t *vis2exi(treenode_t *);