Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsadmin/
H A Dcfsadmin.c1141 struct mnttab mt, mtpref; in issue_cod() local
1161 mtpref.mnt_special = NULL; in issue_cod()
1162 mtpref.mnt_mountp = NULL; in issue_cod()
1163 mtpref.mnt_mntopts = NULL; in issue_cod()
1164 mtpref.mnt_time = NULL; in issue_cod()
1165 mtpref.mnt_fstype = MNTTYPE_CACHEFS; in issue_cod()
1166 if (getmntany(mfp, &mt, &mtpref) != 0) { in issue_cod()