Searched refs:dbtabp (Results 1 – 1 of 1) sorted by relevance
1404 struct extmnttab *dbtabp = &elemp->mnte_tab; in mntfs_copyout_elem() local1426 MNTFS_REAL_FIELD(dbbufp + (off_t)dbtabp->mnt_mountp) ? in mntfs_copyout_elem()1427 ubufp + (off_t)dbtabp->mnt_mountp : NULL); in mntfs_copyout_elem()1429 MNTFS_REAL_FIELD(dbbufp + (off_t)dbtabp->mnt_fstype) ? in mntfs_copyout_elem()1430 ubufp + (off_t)dbtabp->mnt_fstype : NULL); in mntfs_copyout_elem()1432 MNTFS_REAL_FIELD(dbbufp + (off_t)dbtabp->mnt_mntopts) ? in mntfs_copyout_elem()1433 ubufp + (off_t)dbtabp->mnt_mntopts : NULL); in mntfs_copyout_elem()1435 ubufp + (off_t)dbtabp->mnt_time); in mntfs_copyout_elem()1437 STRUCT_FSETP(ktab, mnt_major, dbtabp->mnt_major); in mntfs_copyout_elem()1438 STRUCT_FSETP(ktab, mnt_minor, dbtabp->mnt_minor); in mntfs_copyout_elem()[all …]