Searched refs:mop1 (Results 1 – 1 of 1) sorted by relevance
2194 vfs_mergecancelopts(const mntopt_t *mop1, const mntopt_t *mop2) in vfs_mergecancelopts() argument2206 if (mop1->mo_cancel != NULL) { in vfs_mergecancelopts()2207 for (; mop1->mo_cancel[c1] != NULL; c1++) in vfs_mergecancelopts()2219 result = vfs_copycancelopt_extend(mop1->mo_cancel, c2); in vfs_mergecancelopts()2240 for (sp1 = mop1->mo_cancel; *sp1 != NULL; sp1++) { in vfs_mergecancelopts()