Searched defs:omo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2231 * to protect omo, imo & dmo.
2234 vfs_mergeopttbl(const mntopts_t *omo, const mntopts_t *imo, mntopts_t *dmo) argument
2243 count = omo->mo_count;
2247 if (vfs_hasopt(omo, imo->mo_list[i].mo_name) == NULL)
2250 ASSERT(count >= omo->mo_count &&
2251 count <= omo->mo_count + imo->mo_count);
2253 for (i = 0; i < omo->mo_count; i++)
2254 vfs_copyopt(&omo->mo_list[i], &motbl[i]);
2255 freeidx = omo->mo_count;
2259 if ((mop = vfs_hasopt(omo, im
[all...]

Completed in 69 milliseconds