Lines Matching defs:exportinfo
521 struct exportinfo { struct
522 struct exportdata exi_export;
523 fsid_t exi_fsid;
524 struct fid exi_fid;
525 struct exp_hash fid_hash;
526 struct exp_hash path_hash;
527 struct treenode *exi_tree;
528 fhandle_t exi_fh;
529 krwlock_t exi_cache_lock;
530 kmutex_t exi_lock;
531 uint_t exi_count;
532 zoneid_t exi_zoneid;
533 vnode_t *exi_vp;
557 typedef struct exportinfo exportinfo_t; argument