Lines Matching refs:mo_count
1148 mnt_mntopts.mo_count = 0; in domount()
1589 tmp_mntopts.mo_count = 0; in domount()
2037 tmpcnt = optbl2->mo_count; in vfs_swapopttbl_nolock()
2039 optbl2->mo_count = optbl1->mo_count; in vfs_swapopttbl_nolock()
2041 optbl1->mo_count = tmpcnt; in vfs_swapopttbl_nolock()
2123 count = (smo == NULL) ? 0 : smo->mo_count; in vfs_copyopttbl_extend()
2126 dmo->mo_count = count + extra; in vfs_copyopttbl_extend()
2244 count = omo->mo_count; in vfs_mergeopttbl()
2245 for (i = 0; i < imo->mo_count; i++) { in vfs_mergeopttbl()
2251 ASSERT(count >= omo->mo_count && in vfs_mergeopttbl()
2252 count <= omo->mo_count + imo->mo_count); in vfs_mergeopttbl()
2254 for (i = 0; i < omo->mo_count; i++) in vfs_mergeopttbl()
2256 freeidx = omo->mo_count; in vfs_mergeopttbl()
2257 for (i = 0; i < imo->mo_count; i++) { in vfs_mergeopttbl()
2279 dmo->mo_count = count; in vfs_mergeopttbl()
2301 count = mops->mo_count; in vfs_clearmntopt_nolock()
2361 count = mops->mo_count; in vfs_setmntopt_nolock()
2433 count = mops->mo_count + 1; in vfs_addtag()
2435 if (mops->mo_count) { in vfs_addtag()
2441 mops->mo_count = count; in vfs_addtag()
2631 count = mops->mo_count; in vfs_hasopt()
2654 count = mops->mo_count; in vfs_optionisset_nolock()
2702 for (i = 0; i < mp->mo_count; i++) { in vfs_buildoptionstr()
2778 count = mp->mo_count; in vfs_freeopttbl()
2784 mp->mo_count = 0; in vfs_freeopttbl()