Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h203 struct nfs4clrst_args { struct
237 struct nfs4clrst_args *nfs4clrst_u; /* nfs4 clear state */
324 extern int rfs4_clear_client_state(struct nfs4clrst_args *);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c99 struct nfs4clrst_args clr; in nfssys()
100 STRUCT_DECL(nfs4clrst_args, u_clr); in nfssys()
H A Dnfs4_state.c1118 struct nfs4clrst_args *clr = arg; in rfs4_client_scrub()
1175 rfs4_clear_client_state(struct nfs4clrst_args *clr) in rfs4_clear_client_state()
/illumos-gate/usr/src/cmd/fs.d/nfs/clear_locks/
H A Dclear_locks.c66 struct nfs4clrst_args arg; in nfs4_clr_state()