Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c447 mntfs_copy(mntelem_t *origp) in mntfs_copy() argument
452 copyp->mnte_vfs_ctime = origp->mnte_vfs_ctime; in mntfs_copy()
453 copyp->mnte_text_size = origp->mnte_text_size; in mntfs_copy()
455 bcopy(origp->mnte_text, copyp->mnte_text, copyp->mnte_text_size); in mntfs_copy()
456 copyp->mnte_tab = origp->mnte_tab; in mntfs_copy()
457 copyp->mnte_hidden = origp->mnte_hidden; in mntfs_copy()