Lines Matching refs:mo_count
1178 mnt_mntopts.mo_count = 0; in domount()
1619 tmp_mntopts.mo_count = 0; in domount()
2067 tmpcnt = optbl2->mo_count; in vfs_swapopttbl_nolock()
2069 optbl2->mo_count = optbl1->mo_count; in vfs_swapopttbl_nolock()
2071 optbl1->mo_count = tmpcnt; in vfs_swapopttbl_nolock()
2153 count = (smo == NULL) ? 0 : smo->mo_count; in vfs_copyopttbl_extend()
2156 dmo->mo_count = count + extra; in vfs_copyopttbl_extend()
2274 count = omo->mo_count; in vfs_mergeopttbl()
2275 for (i = 0; i < imo->mo_count; i++) { in vfs_mergeopttbl()
2281 ASSERT(count >= omo->mo_count && in vfs_mergeopttbl()
2282 count <= omo->mo_count + imo->mo_count); in vfs_mergeopttbl()
2284 for (i = 0; i < omo->mo_count; i++) in vfs_mergeopttbl()
2286 freeidx = omo->mo_count; in vfs_mergeopttbl()
2287 for (i = 0; i < imo->mo_count; i++) { in vfs_mergeopttbl()
2309 dmo->mo_count = count; in vfs_mergeopttbl()
2331 count = mops->mo_count; in vfs_clearmntopt_nolock()
2391 count = mops->mo_count; in vfs_setmntopt_nolock()
2463 count = mops->mo_count + 1; in vfs_addtag()
2465 if (mops->mo_count) { in vfs_addtag()
2471 mops->mo_count = count; in vfs_addtag()
2661 count = mops->mo_count; in vfs_hasopt()
2684 count = mops->mo_count; in vfs_optionisset_nolock()
2732 for (i = 0; i < mp->mo_count; i++) { in vfs_buildoptionstr()
2808 count = mp->mo_count; in vfs_freeopttbl()
2814 mp->mo_count = 0; in vfs_freeopttbl()