Searched defs:mounta (Results 1 – 3 of 3) sorted by relevance
109 struct mounta { struct110 char fspec[MAXNAMELEN - 1];111 char dataptr[MAXPATHLEN];112 char optptr[MAXPATHLEN];113 char *fstype; /* Unused */114 int mflag;115 int datalen;116 int optlen;117 int flags; /* Unused */
1103 char mounta[MAXPATHLEN]; in libzfs_dataset_cmp() local1198 const char *mounta = *((char **)a); in mountpoint_compare() local
502 char mounta[MAXPATHLEN]; in compare_mountpoints() local