Home
last modified time | relevance | path

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

/reactos/base/services/nfsd/
H A Ddelegation.c312 stateid.type = STATEID_DELEG_FILE; in delegation_return()
370 stateid.type = STATEID_DELEG_FILE; in nfs41_delegation_granted()
500 stateid.type = STATEID_DELEG_FILE; in nfs41_delegate_open()
571 deleg_stateid.type = STATEID_DELEG_FILE; in nfs41_delegation_to_open()
H A Drecovery.c584 stateids[i].type = STATEID_DELEG_FILE; in stateid_array()
679 if (stateids[i].type == STATEID_DELEG_FILE) in nfs41_client_state_revoked()
689 if (statuses[i] && stateids[i].type == STATEID_DELEG_FILE in nfs41_client_state_revoked()
846 case STATEID_DELEG_FILE: in nfs41_recover_stateid()
H A Dopen.c138 arg->type = STATEID_DELEG_FILE; in nfs41_open_stateid_arg()
143 if (arg->type == STATEID_DELEG_FILE) in nfs41_open_stateid_arg()
H A Dnfs41_ops.h278 STATEID_DELEG_FILE, enumerator
H A Dnfs41_ops.c312 stateid.type = STATEID_DELEG_FILE; in open_delegation_return()