Searched refs:recall (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c68 void (*recall)(rfs4_deleg_state_t *, bool_t),
903 void (*recall)(rfs4_deleg_state_t *, bool_t trunc); member in struct:recall_arg
922 * recall callback.
930 if (arg->recall)
931 (void) (*arg->recall)(dsp, arg->trunc);
957 void (*recall)(rfs4_deleg_state_t *, bool_t); member in struct:master_recall_args
1007 arg->recall = map->recall;
1042 void (*recall)(rfs4_deleg_state_t *, bool_t trunc),
1055 * Mark the time we started the recall processin
1255 rfs4_grant_delegation(delegreq_t dreq, rfs4_state_t *sp, int *recall) argument
1367 rfs4_set_deleg_response(rfs4_deleg_state_t *dsp, open_delegation4 *dp, nfsace4 *ace, int recall) argument
1552 rfs4_deleg_state(rfs4_state_t *sp, open_delegation_type4 dtype, int *recall) argument
[all...]
H A Dnfs4_callback.c2066 * threads from modifying the data during the recall. This
2160 bool_t recall = FALSE; local
2207 if ((recall = orp->recall) != 0)
2223 if ((recall = owp->recall) != 0)
2316 * In the non-recall case, just discard the
2319 if (recall)
H A Dnfs4_srv.c4022 * short utility function to lookup a file and recall the delegation
6609 * Check to see if we need to recall a delegation.
6709 int recall = 0; local
6772 * conflicts in delegation. We don't want to recall a
6795 * recall needs to be done.
6904 * set the recall flag.
6907 dsp = rfs4_grant_delegation(deleg, sp, &recall);
6919 rfs4_set_deleg_response(dsp, &resp->delegation, NULL, recall);
7096 * Return the delgation possibly seting the recall flag.
7166 rv->recall
[all...]
H A Dnfs4_xdr.c3189 open_delegation4_u.read.recall))
3202 open_delegation4_u.write.recall))
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c177 GlhLineNode *recall; /* The last line recalled, or NULL if no recall */ member in struct:GlHistory
273 glh->recall = NULL;
565 if(glh->recall) {
566 node = glh->recall->prev;
567 old_line = glh->recall->line;
587 glh->recall = node;
648 if(glh->recall) {
649 node = glh->recall->next;
650 old_line = glh->recall
[all...]
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x985 bool recall; /* Pre-recalled flag for
996 bool recall; /* Pre-recalled flag for
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1004 bool_t recall; member in struct:open_read_delegation4
1011 bool_t recall; member in struct:open_write_delegation4
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c1683 if (!xdr_bool(xdrs, &objp->recall))
1696 if (!xdr_bool(xdrs, &objp->recall))
H A Dsnoop_nfs4.c3450 delp->open_delegation4_u.read.recall ?
3457 delp->open_delegation4_u.write.recall ?

Completed in 129 milliseconds