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