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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1081 if (mi->mi_pathconf != NULL) {
1083 mi->mi_pathconf = NULL;
1095 mi->mi_pathconf = p;
1102 allpc = mi->mi_pathconf = p;
1114 if (mi->mi_pathconf != NULL) {
1115 if (--mi->mi_pathconf->pc_refcnt == 0) {
1120 while (p != NULL && p != mi->mi_pathconf) {
1133 mi->mi_pathconf = NULL;
H A Dnfs_vnops.c4840 if ((mi = VTOMI(vp)) == NULL || (pc = mi->mi_pathconf) == NULL)
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h390 struct pathcnf *mi_pathconf; /* static pathconf kludge */ member in struct:mntinfo
H A Dnfs4_clnt.h1019 struct pathcnf *mi_pathconf; /* static pathconf kludge */ member in struct:mntinfo4

Completed in 196 milliseconds