Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x513 const FH4_NOEXPIRE_WITH_OPEN = 0x00000001; variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c4014 if ((val & (FH4_NOEXPIRE_WITH_OPEN | FH4_VOLATILE_ANY | in prt_fh_expire_type()
4019 if (val & FH4_NOEXPIRE_WITH_OPEN) { in prt_fh_expire_type()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c2235 mi->mi_fh_expire_type & FH4_NOEXPIRE_WITH_OPEN) { in nfs4_resend_open_otw()
H A Dnfs4_srv_attr.c355 *fh_expire_typep = FH4_NOEXPIRE_WITH_OPEN; in fattr4_get_fh_expire_type()
H A Dnfs4_vnops.c2093 mi->mi_fh_expire_type & FH4_NOEXPIRE_WITH_OPEN) { in nfs4_reopen()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h492 #define FH4_NOEXPIRE_WITH_OPEN 0x00000001 macro