Lines Matching refs:mo_count
1185 mnt_mntopts.mo_count = 0; in domount()
1626 tmp_mntopts.mo_count = 0; in domount()
2079 tmpcnt = optbl2->mo_count; in vfs_swapopttbl_nolock()
2081 optbl2->mo_count = optbl1->mo_count; in vfs_swapopttbl_nolock()
2083 optbl1->mo_count = tmpcnt; in vfs_swapopttbl_nolock()
2165 count = (smo == NULL) ? 0 : smo->mo_count; in vfs_copyopttbl_extend()
2168 dmo->mo_count = count + extra; in vfs_copyopttbl_extend()
2286 count = omo->mo_count; in vfs_mergeopttbl()
2287 for (i = 0; i < imo->mo_count; i++) { in vfs_mergeopttbl()
2293 ASSERT(count >= omo->mo_count && in vfs_mergeopttbl()
2294 count <= omo->mo_count + imo->mo_count); in vfs_mergeopttbl()
2296 for (i = 0; i < omo->mo_count; i++) in vfs_mergeopttbl()
2298 freeidx = omo->mo_count; in vfs_mergeopttbl()
2299 for (i = 0; i < imo->mo_count; i++) { in vfs_mergeopttbl()
2321 dmo->mo_count = count; in vfs_mergeopttbl()
2343 count = mops->mo_count; in vfs_clearmntopt_nolock()
2403 count = mops->mo_count; in vfs_setmntopt_nolock()
2475 count = mops->mo_count + 1; in vfs_addtag()
2477 if (mops->mo_count) { in vfs_addtag()
2483 mops->mo_count = count; in vfs_addtag()
2673 count = mops->mo_count; in vfs_hasopt()
2696 count = mops->mo_count; in vfs_optionisset_nolock()
2744 for (i = 0; i < mp->mo_count; i++) { in vfs_buildoptionstr()
2820 count = mp->mo_count; in vfs_freeopttbl()
2826 mp->mo_count = 0; in vfs_freeopttbl()