Home
last modified time | relevance | path

Searched refs:FH4_PERSISTENT (Results 1 – 7 of 7) 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()
2237 if (mi->mi_fh_expire_type == FH4_PERSISTENT) in nfs4_resend_open_otw()
H A Dnfs4_srv_attr.c348 *fh_expire_typep = FH4_PERSISTENT; in fattr4_get_fh_expire_type()
374 *fh_expire_typep = FH4_PERSISTENT; in fattr4_get_fh_expire_type()
H A Dnfs4_srv_readdir.c917 uint_t expire_type = FH4_PERSISTENT; in rfs4_op_readdir()
H A Dnfs4_vfsops.c2332 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()
2095 if (mi->mi_fh_expire_type == FH4_PERSISTENT) in nfs4_reopen()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x512 const FH4_PERSISTENT = 0x00000000; variable
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h491 #define FH4_PERSISTENT 0x00000000 macro