Searched refs:typemask (Results 1 – 4 of 4) sorted by relevance
| /fs/nfsd/ |
| A D | nfs4layouts.c | 286 unsigned short typemask = SC_TYPE_LAYOUT; in nfsd4_preprocess_layout_stateid() local 290 typemask |= (SC_TYPE_OPEN | SC_TYPE_LOCK | SC_TYPE_DELEG); in nfsd4_preprocess_layout_stateid() 292 status = nfsd4_lookup_stateid(cstate, stateid, typemask, 0, &stid, in nfsd4_preprocess_layout_stateid()
|
| A D | state.h | 778 stateid_t *stateid, unsigned short typemask,
|
| A D | nfs4state.c | 2699 unsigned short typemask, unsigned short ok_states) in find_stateid_by_type() argument 2707 (typemask & s->sc_type)) in find_stateid_by_type() 7117 unsigned short typemask, unsigned short statusmask, in nfsd4_lookup_stateid() argument 7130 if (typemask & SC_TYPE_DELEG) in nfsd4_lookup_stateid() 7149 stid = find_stateid_by_type(cstate->clp, stateid, typemask, statusmask); in nfsd4_lookup_stateid() 7529 unsigned short typemask, unsigned short statusmask, in nfs4_preprocess_seqid_op() argument 7542 typemask, statusmask, &s, nn); in nfs4_preprocess_seqid_op()
|
| /fs/bcachefs/ |
| A D | replicas.c | 395 int bch2_replicas_gc_start(struct bch_fs *c, unsigned typemask) in bch2_replicas_gc_start() argument 411 !((1 << e->data_type) & typemask)) { in bch2_replicas_gc_start() 430 !((1 << e->data_type) & typemask)) in bch2_replicas_gc_start()
|
Completed in 41 milliseconds