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