Searched refs:dbtabp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1404 struct extmnttab *dbtabp = &elemp->mnte_tab; local
1415 * this database element within dbtabp, a pointer to a struct
1426 MNTFS_REAL_FIELD(dbbufp + (off_t)dbtabp->mnt_mountp) ?
1427 ubufp + (off_t)dbtabp->mnt_mountp : NULL);
1429 MNTFS_REAL_FIELD(dbbufp + (off_t)dbtabp->mnt_fstype) ?
1430 ubufp + (off_t)dbtabp->mnt_fstype : NULL);
1432 MNTFS_REAL_FIELD(dbbufp + (off_t)dbtabp->mnt_mntopts) ?
1433 ubufp + (off_t)dbtabp->mnt_mntopts : NULL);
1435 ubufp + (off_t)dbtabp->mnt_time);
1437 STRUCT_FSETP(ktab, mnt_major, dbtabp
1615 struct extmnttab *dbtabp; /* element's extmnttab */ local
[all...]

Completed in 60 milliseconds