Searched refs:omo (Results 1 – 1 of 1) sorted by relevance
2265 vfs_mergeopttbl(const mntopts_t *omo, const mntopts_t *imo, mntopts_t *dmo) in vfs_mergeopttbl() argument2274 count = omo->mo_count; in vfs_mergeopttbl()2278 if (vfs_hasopt(omo, imo->mo_list[i].mo_name) == NULL) in vfs_mergeopttbl()2281 ASSERT(count >= omo->mo_count && in vfs_mergeopttbl()2282 count <= omo->mo_count + imo->mo_count); in vfs_mergeopttbl()2284 for (i = 0; i < omo->mo_count; i++) in vfs_mergeopttbl()2285 vfs_copyopt(&omo->mo_list[i], &motbl[i]); in vfs_mergeopttbl()2286 freeidx = omo->mo_count; in vfs_mergeopttbl()2290 if ((mop = vfs_hasopt(omo, imo->mo_list[i].mo_name)) != NULL) { in vfs_mergeopttbl()2292 uint_t index = mop - omo->mo_list; in vfs_mergeopttbl()