Lines Matching defs:compound_state
1082 struct compound_state { struct
1083 struct exportinfo *exi;
1084 struct exportinfo *saved_exi; /* export struct for saved_vp */
1085 cred_t *basecr; /* UNIX cred: only RPC request */
1086 caddr_t principal;
1087 int nfsflavor;
1088 cred_t *cr; /* UNIX cred: RPC request and */
1090 bool_t cont;
1091 uint_t access; /* access perm on vp per request */
1092 bool_t deleg; /* TRUE if current fh has */
1094 vnode_t *vp; /* modified by PUTFH, and by ops that */
1096 bool_t mandlock; /* Is mandatory locking in effect */
1098 vnode_t *saved_vp; /* modified by SAVEFH, copied to */
1123 struct compound_state *cs; argument