Home
last modified time | relevance | path

Searched refs:omo (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c1154 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 Dvfs.c2215 vfs_mergeopttbl(const mntopts_t *omo, const mntopts_t *imo, mntopts_t *dmo) in vfs_mergeopttbl() argument
2224 count = omo->mo_count; in vfs_mergeopttbl()
2228 if (vfs_hasopt(omo, imo->mo_list[i].mo_name) == NULL) in vfs_mergeopttbl()
2231 ASSERT(count >= omo->mo_count && in vfs_mergeopttbl()
2232 count <= omo->mo_count + imo->mo_count); in vfs_mergeopttbl()
2234 for (i = 0; i < omo->mo_count; i++) in vfs_mergeopttbl()
2235 vfs_copyopt(&omo->mo_list[i], &motbl[i]); in vfs_mergeopttbl()
2236 freeidx = omo->mo_count; in vfs_mergeopttbl()
2240 if ((mop = vfs_hasopt(omo, imo->mo_list[i].mo_name)) != NULL) { in vfs_mergeopttbl()
2242 uint_t index = mop - omo->mo_list; in vfs_mergeopttbl()