Searched defs:motbl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2116 mntopt_t *motbl; local
2126 motbl = kmem_zalloc((count + extra) * sizeof (mntopt_t), KM_SLEEP);
2127 dmo->mo_list = motbl;
2129 vfs_copyopt(&smo->mo_list[i], &motbl[i]);
2132 motbl[i].mo_flags = MO_EMPTY;
2237 mntopt_t *mop, *motbl; local
2252 motbl = kmem_alloc(count * sizeof (mntopt_t), KM_SLEEP);
2254 vfs_copyopt(&omo->mo_list[i], &motbl[i]);
2263 newcanp = vfs_mergecancelopts(mop, &motbl[index]);
2265 vfs_freeopt(&motbl[inde
2430 mntopt_t *mop, *motbl; local
[all...]

Completed in 53 milliseconds