Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x769 enum stable_how4 { enum
780 stable_how4 wr_committed;
2208 stable_how4 stable;
2214 stable_how4 committed;
3005 stable_how4 wsa_stable;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1999 enum stable_how4 { enum
2004 typedef enum stable_how4 stable_how4; typedef
2014 stable_how4 stable;
2028 stable_how4 committed;
3540 extern bool_t xdr_stable_how4(XDR *, stable_how4*);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c131 stable_how4 *);
153 static int nfs4_bio(struct buf *, stable_how4 *, cred_t *, bool_t);
209 static void nfs4args_write(nfs_argop4 *, stable_how4, rnode4_t *, cred_t *,
578 nfs4args_write(nfs_argop4 *argop, stable_how4 stable, rnode4_t *rp, cred_t *cr, in nfs4args_write()
2856 stable_how4 stab_comm; in nfs4_write()
3063 stable_how4 stab_comm; in nfs4_rdwrlbn()
3174 stable_how4 *stab_comm) in nfs4write()
3184 stable_how4 stable; in nfs4write()
9525 nfs4_bio(struct buf *bp, stable_how4 *stab_comm, cred_t *cr, bool_t readahead) in nfs4_bio()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c2358 xdr_stable_how4(register XDR *xdrs, stable_how4 *objp) in xdr_stable_how4()
H A Dsnoop_nfs4.c1169 stable_how4_name(stable_how4 how) in stable_how4_name()