Lines Matching refs:mo_count
1202 mnt_mntopts.mo_count = 0; in domount()
1643 tmp_mntopts.mo_count = 0; in domount()
2091 tmpcnt = optbl2->mo_count; in vfs_swapopttbl_nolock()
2093 optbl2->mo_count = optbl1->mo_count; in vfs_swapopttbl_nolock()
2095 optbl1->mo_count = tmpcnt; in vfs_swapopttbl_nolock()
2177 count = (smo == NULL) ? 0 : smo->mo_count; in vfs_copyopttbl_extend()
2180 dmo->mo_count = count + extra; in vfs_copyopttbl_extend()
2298 count = omo->mo_count; in vfs_mergeopttbl()
2299 for (i = 0; i < imo->mo_count; i++) { in vfs_mergeopttbl()
2305 ASSERT(count >= omo->mo_count && in vfs_mergeopttbl()
2306 count <= omo->mo_count + imo->mo_count); in vfs_mergeopttbl()
2308 for (i = 0; i < omo->mo_count; i++) in vfs_mergeopttbl()
2310 freeidx = omo->mo_count; in vfs_mergeopttbl()
2311 for (i = 0; i < imo->mo_count; i++) { in vfs_mergeopttbl()
2333 dmo->mo_count = count; in vfs_mergeopttbl()
2355 count = mops->mo_count; in vfs_clearmntopt_nolock()
2415 count = mops->mo_count; in vfs_setmntopt_nolock()
2487 count = mops->mo_count + 1; in vfs_addtag()
2489 if (mops->mo_count) { in vfs_addtag()
2495 mops->mo_count = count; in vfs_addtag()
2685 count = mops->mo_count; in vfs_hasopt()
2708 count = mops->mo_count; in vfs_optionisset_nolock()
2756 for (i = 0; i < mp->mo_count; i++) { in vfs_buildoptionstr()
2832 count = mp->mo_count; in vfs_freeopttbl()
2838 mp->mo_count = 0; in vfs_freeopttbl()