Home
last modified time | relevance | path

Searched refs:NFS4_DELEG_STID (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dnfs4layouts.c238 if (parent->sc_type == NFS4_DELEG_STID) in nfsd4_alloc_layout_stateid()
275 typemask |= (NFS4_OPEN_STID | NFS4_LOCK_STID | NFS4_DELEG_STID); in nfsd4_preprocess_layout_stateid()
Dstate.h91 #define NFS4_DELEG_STID 4 macro
Dnfs4state.c972 dp->dl_stid.sc_type = NFS4_DELEG_STID; in hash_delegation_locked()
4146 NFS4_DELEG_STID|NFS4_REVOKED_DELEG_STID); in find_deleg_stateid()
5009 case NFS4_DELEG_STID: in nfsd4_validate_stateid()
5045 else if (typemask & NFS4_DELEG_STID) in nfsd4_lookup_stateid()
5078 case NFS4_DELEG_STID: in nfs4_find_file()
5163 NFS4_DELEG_STID|NFS4_OPEN_STID|NFS4_LOCK_STID, in nfs4_preprocess_stateid_op()
5173 case NFS4_DELEG_STID: in nfs4_preprocess_stateid_op()
5261 case NFS4_DELEG_STID: in nfsd4_free_stateid()
5573 status = nfsd4_lookup_stateid(cstate, stateid, NFS4_DELEG_STID, &s, nn); in nfsd4_delegreturn()