Searched defs:mount_list (Results 1 – 1 of 1) sorted by relevance
69 typedef struct mount_list { struct70 struct mount_list *next; argument71 char *resource;72 char *mountp;73 char *fstype;74 char *mntopts;75 char *time;76 uint_t major;77 uint_t minor;78 boolean_t overlayed;