Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dxt_dccp.c83 match_types(const struct dccp_hdr *dh, u_int16_t typemask) in match_types() argument
85 return typemask & (1 << dh->dccph_type); in match_types()
117 && DCCHECK(match_types(dh, info->typemask), in dccp_mt()
/linux/include/uapi/linux/netfilter/
A Dxt_dccp.h21 __u16 typemask; member
/linux/fs/nfsd/
A Dnfs4layouts.c272 unsigned char typemask = NFS4_LAYOUT_STID; in nfsd4_preprocess_layout_stateid() local
276 typemask |= (NFS4_OPEN_STID | NFS4_LOCK_STID | NFS4_DELEG_STID); in nfsd4_preprocess_layout_stateid()
278 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &stid, in nfsd4_preprocess_layout_stateid()
A Dstate.h643 stateid_t *stateid, unsigned char typemask,
A Dnfs4state.c2334 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type() argument
2341 if (typemask & s->sc_type) in find_stateid_by_type()
5843 stateid_t *stateid, unsigned char typemask, in nfsd4_lookup_stateid() argument
5853 if (typemask & NFS4_REVOKED_DELEG_STID) in nfsd4_lookup_stateid()
5855 else if (typemask & NFS4_DELEG_STID) in nfsd4_lookup_stateid()
5856 typemask |= NFS4_REVOKED_DELEG_STID; in nfsd4_lookup_stateid()
5869 *s = find_stateid_by_type(cstate->clp, stateid, typemask); in nfsd4_lookup_stateid()
6216 stateid_t *stateid, char typemask, in nfs4_preprocess_seqid_op() argument
6227 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &s, nn); in nfs4_preprocess_seqid_op()

Completed in 26 milliseconds