Home
last modified time | relevance | path

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

/Linux-v4.19/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.h90 #define NFS4_DELEG_STID 4 macro
Dnfs4state.c968 dp->dl_stid.sc_type = NFS4_DELEG_STID; in hash_delegation_locked()
4123 NFS4_DELEG_STID|NFS4_REVOKED_DELEG_STID); in find_deleg_stateid()
4996 case NFS4_DELEG_STID: in nfsd4_validate_stateid()
5032 else if (typemask & NFS4_DELEG_STID) in nfsd4_lookup_stateid()
5065 case NFS4_DELEG_STID: in nfs4_find_file()
5150 NFS4_DELEG_STID|NFS4_OPEN_STID|NFS4_LOCK_STID, in nfs4_preprocess_stateid_op()
5160 case NFS4_DELEG_STID: in nfs4_preprocess_stateid_op()
5248 case NFS4_DELEG_STID: in nfsd4_free_stateid()
5560 status = nfsd4_lookup_stateid(cstate, stateid, NFS4_DELEG_STID, &s, nn); in nfsd4_delegreturn()