Searched defs:smbmntinfo (Results 1 – 1 of 1) sorted by relevance
114 typedef struct smbmntinfo { struct115 struct vfs *smi_vfsp; /* mount back pointer to vfs */116 struct smbnode *smi_root; /* the root node */117 struct smb_share *smi_share; /* netsmb SMB share conn data */118 struct taskq *smi_taskq; /* for async work */119 kmutex_t smi_lock; /* mutex for flags, etc. */120 uint32_t smi_flags; /* NFS-derived flag bits */121 uint32_t smi_status; /* status bits for this mount */122 hrtime_t smi_statfstime; /* sm_statvfsbuf cache time */123 statvfs64_t smi_statvfsbuf; /* cached statvfs data */[all …]