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

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2151 vfs_mergecancelopts(const mntopt_t *mop1, const mntopt_t *mop2) argument
2163 if (mop1->mo_cancel != NULL) {
2164 for (; mop1->mo_cancel[c1] != NULL; c1++)
2165 /* count cancel options in mop1 */;
2176 result = vfs_copycancelopt_extend(mop1->mo_cancel, c2);
2186 * Result now has a copy of the c1 entries from mop1; we'll
2187 * now lookup all the entries of mop2 in mop1 and copy it if
2197 for (sp1 = mop1->mo_cancel; *sp1 != NULL; sp1++) {
2203 * Option *sp2 not found in mop1, so copy it.

Completed in 71 milliseconds