Home
last modified time | relevance | path

Searched refs:typemask (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/uapi/linux/netfilter/
Dxt_dccp.h21 __u16 typemask; member
/linux-4.19.296/fs/nfsd/
Dnfs4layouts.c271 unsigned char typemask = NFS4_LAYOUT_STID; in nfsd4_preprocess_layout_stateid() local
275 typemask |= (NFS4_OPEN_STID | NFS4_LOCK_STID | NFS4_DELEG_STID); in nfsd4_preprocess_layout_stateid()
277 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &stid, in nfsd4_preprocess_layout_stateid()
Dstate.h608 stateid_t *stateid, unsigned char typemask,
Dnfs4state.c2148 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type() argument
2155 if (typemask & s->sc_type) in find_stateid_by_type()
5033 stateid_t *stateid, unsigned char typemask, in nfsd4_lookup_stateid() argument
5043 if (typemask & NFS4_REVOKED_DELEG_STID) in nfsd4_lookup_stateid()
5045 else if (typemask & NFS4_DELEG_STID) in nfsd4_lookup_stateid()
5046 typemask |= NFS4_REVOKED_DELEG_STID; in nfsd4_lookup_stateid()
5059 *s = find_stateid_by_type(cstate->clp, stateid, typemask); in nfsd4_lookup_stateid()
5325 stateid_t *stateid, char typemask, in nfs4_preprocess_seqid_op() argument
5337 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &s, nn); in nfs4_preprocess_seqid_op()