Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c2234 if (mi->mi_fh_expire_type == FH4_PERSISTENT || in nfs4_resend_open_otw()
2235 mi->mi_fh_expire_type & FH4_NOEXPIRE_WITH_OPEN) { in nfs4_resend_open_otw()
2237 if (mi->mi_fh_expire_type == FH4_PERSISTENT) in nfs4_resend_open_otw()
H A Dnfs4_vfsops.c1923 mi->mi_fh_expire_type = garp->n4g_ext_res->n4g_fet; in nfs4getfh_otw()
2332 mi->mi_fh_expire_type = FH4_PERSISTENT; in nfs4rootvp()
H A Dnfs4_vnops.c2092 if (mi->mi_fh_expire_type == FH4_PERSISTENT || in nfs4_reopen()
2093 mi->mi_fh_expire_type & FH4_NOEXPIRE_WITH_OPEN) { in nfs4_reopen()
2095 if (mi->mi_fh_expire_type == FH4_PERSISTENT) in nfs4_reopen()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1179 ((mi)->mi_fh_expire_type & \
H A Dnfs4_clnt.h1049 uint32_t mi_fh_expire_type; member