Searched refs:omo (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_vfs.c | 1154 vfs_mergeopttbl(const mntopts_t *omo, const mntopts_t *imo, mntopts_t *dmo) in vfs_mergeopttbl() argument 1163 count = omo->mo_count; in vfs_mergeopttbl() 1167 if (vfs_hasopt(omo, imo->mo_list[i].mo_name) == NULL) in vfs_mergeopttbl() 1170 ASSERT(count >= omo->mo_count && in vfs_mergeopttbl() 1171 count <= omo->mo_count + imo->mo_count); in vfs_mergeopttbl() 1173 for (i = 0; i < omo->mo_count; i++) in vfs_mergeopttbl() 1174 vfs_copyopt(&omo->mo_list[i], &motbl[i]); in vfs_mergeopttbl() 1175 freeidx = omo->mo_count; in vfs_mergeopttbl() 1179 if ((mop = vfs_hasopt(omo, imo->mo_list[i].mo_name)) != NULL) { in vfs_mergeopttbl() 1181 uint_t index = mop - omo->mo_list; in vfs_mergeopttbl()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 2235 vfs_mergeopttbl(const mntopts_t *omo, const mntopts_t *imo, mntopts_t *dmo) in vfs_mergeopttbl() argument 2244 count = omo->mo_count; in vfs_mergeopttbl() 2248 if (vfs_hasopt(omo, imo->mo_list[i].mo_name) == NULL) 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() 2255 vfs_copyopt(&omo->mo_list[i], &motbl[i]); in vfs_mergeopttbl() 2256 freeidx = omo->mo_count; in vfs_mergeopttbl() 2260 if ((mop = vfs_hasopt(omo, imo->mo_list[i].mo_name)) != NULL) { in vfs_mergeopttbl() 2262 uint_t index = mop - omo->mo_list; in vfs_mergeopttbl()
|