Home
last modified time | relevance | path

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

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